1)
echo "========================== 1 "
source scripts/Check-if-root.sh
- sh scripts/ThirdParty-install.sh
+ bash scripts/ThirdParty-install.sh
# vtkdirVariable=""
# while [ "$vtkdirVariable" = "" ]
then
echo "----------------------------------------------------------------------"
echo OK
- echo "To go on, run again 'sh menu.sh' as '$loginUserName', in a new window"
+ echo "To go on, run again 'bash menu.sh' as '$loginUserName', in a new window"
echo "---------------------------------------------------------------------"
else
echo "----------------------------------------------------------------------"
echo OK
- echo "To go on, run again 'sh menu.sh' in a new window"
+ echo "To go on, run again 'bash menu.sh' in a new window"
echo "---------------------------------------------------------------------"
fi
echo
echo "========================== 2"
- sh scripts/CreaTools-load.sh
+ bash scripts/CreaTools-load.sh
;;
3)
echo "========================== 3"
source scripts/CreaTools-configure.sh
- sh scripts/CreaTools-compile.sh
+ bash scripts/CreaTools-compile.sh
# To allow (*very* aware) user to patch code, later
exit 0
fi
echo "========================= 4"
- sh scripts/CreaTools-install.sh
+ bash scripts/CreaTools-install.sh
echo
echo "==> Hit any key to close current window"
read a
5)
echo "========================= 5"
- sh scripts/CreaTools-uninstall.sh
+ bash scripts/CreaTools-uninstall.sh
;;
7)