aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@gobolinux.org>2018-07-03 15:39:51 -0300
committerLucas C. Villa Real <lucasvr@gobolinux.org>2018-07-03 15:39:51 -0300
commiteb2c131e7cc9ff32bc9864b3e8e5c8a040687e33 (patch)
tree176415614d1ec087f271f5e48f2c2b83ef2f47ea
parent753a8118d557e59062d6d310922295c561ac3e82 (diff)
downloadThirdPartyInstallers-eb2c131e7cc9ff32bc9864b3e8e5c8a040687e33.tar.xz
Do not symlink packages by default.
-rwxr-xr-xbin/ThirdPartyInstaller2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ThirdPartyInstaller b/bin/ThirdPartyInstaller
index 13b55e1..9916521 100755
--- a/bin/ThirdPartyInstaller
+++ b/bin/ThirdPartyInstaller
@@ -16,7 +16,7 @@ scriptExample="xispita-2.0.3-1.x86_64.rpm"
Add_Option_Entry "n" "app-name" "Override program name"
Add_Option_Entry "e" "version-number" "Override program version number"
-Add_Option_Entry "l" "symlink" "If symlinks should be created and whether they should be forced on conflicts." "yes" "yes no force"
+Add_Option_Entry "l" "symlink" "If symlinks should be created and whether they should be forced on conflicts." "no" "yes no force"
Add_Option_Boolean "d" "install-dependencies" "Attempt to download and install dependencies"
Parse_Options "$@"