From eb2c131e7cc9ff32bc9864b3e8e5c8a040687e33 Mon Sep 17 00:00:00 2001 From: "Lucas C. Villa Real" Date: Tue, 3 Jul 2018 15:39:51 -0300 Subject: Do not symlink packages by default. --- bin/ThirdPartyInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- cgit v1.1