From: Claire Mouton Date: Thu, 29 Nov 2012 11:06:09 +0000 (+0100) Subject: Bug #1837 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=206cce6a9160fdb8a5c4996106e58be76a714bba;hp=5fcd660cbdf6911ba889a339f9ace62093e7f4e6;p=creaToolsTools.git Bug #1837 Authentification failure on 3rd partu installation on Ubuntu. --- diff --git a/Linux/installscript b/Linux/installscript index b278099..338a200 100755 --- a/Linux/installscript +++ b/Linux/installscript @@ -338,11 +338,12 @@ if [ `checkVal $command all 3rd 3rd-base` == true ] ; then else # must log as root echo "Please enter the root passwd to add necessary packages:"; - su -c "bash scripts/ThirdParty-install-Base-Stuff.sh" + sudo su -c "bash scripts/ThirdParty-install-Base-Stuff.sh" fi bash scripts/ThirdParty-install.sh fi + # vtk if [ `checkVal $command all 3rd 3rd-vtk` == true ] ; then bigDisplay "INSTALL VTK"