X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FThirdParty-install-Base-Stuff.sh;h=088e02b4c8ec3e84e0cda62870311908ba4553ea;hb=5476a2eacc76bd030d5e2c4050c78500177fc1f9;hp=af7b840089dbc3bf9c1d8b508adba357d8f269f5;hpb=a4a71e4a66aed92f127e40989145c8047f90cb89;p=creaToolsTools.git 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