From 206cce6a9160fdb8a5c4996106e58be76a714bba Mon Sep 17 00:00:00 2001 From: Claire Mouton Date: Thu, 29 Nov 2012 12:06:09 +0100 Subject: [PATCH] Bug #1837 Authentification failure on 3rd partu installation on Ubuntu. --- Linux/installscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.45.0