From: Eduardo DAVILA Date: Wed, 20 May 2015 07:48:10 +0000 (+0200) Subject: 2493 creaToolsTools Feature New Normal Prepare and Install binary CreaTools version... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaToolsTools.git;a=commitdiff_plain;h=5476a2eacc76bd030d5e2c4050c78500177fc1f9 2493 creaToolsTools Feature New Normal Prepare and Install binary CreaTools version - Linux --- diff --git a/Linux/scripts/ThirdParty-install-Base-Stuff.sh b/Linux/scripts/ThirdParty-install-Base-Stuff.sh index af7b840..088e02b 100644 --- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh +++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh @@ -35,7 +35,7 @@ echo "OperatingSystem = $OperatingSystem" # must log as root echo "Please enter the root passwd to add necessary packages:"; if [ "Ubuntu" == $OperatingSystem ] ; then - sudo "bash ThirdParty-install-Base-rpm.sh $OperatingSystem" + sudo bash ThirdParty-install-Base-rpm.sh $OperatingSystem else su -c "bash ThirdParty-install-Base-rpm.sh $OperatingSystem" fi