X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fmenu.sh;h=3a26fd5d55249aa41eb607761c722ffbea985233;hb=4515e33035d05fc3d2faec342ff9083087dfd822;hp=725901d8527d435bc092b083e40a4feed075d7d8;hpb=d41e4c024be4d3a4500f537b8a2d144e4341e3b2;p=creaToolsTools.git diff --git a/Linux/menu.sh b/Linux/menu.sh index 725901d..3a26fd5 100644 --- a/Linux/menu.sh +++ b/Linux/menu.sh @@ -23,6 +23,7 @@ do echo " Install the CreaTools :..........4 (as root)" echo " Uninstall the CreaTools :..........5 (as root)" echo + echo " Help ..............................7 Help about this menu" echo " Show some Environment Variables ...8" echo " Exit :.............................9" echo @@ -81,10 +82,6 @@ do # if [ "$suitable" = "NO" || "$suitable" = "N" || "$suitable" = "no" || "$suitable" = "n" ] if [ "$suitable" = "NO" ] then - - - - echo echo @@ -99,7 +96,7 @@ do "$OperatingSystem" != "MacOS" ]] do - echo "Operating System : Fedora/Ubuntu/MacOS (default :Fedora!)" + echo "Operating System : Fedora/Ubuntu/MacOS (default : Fedora)" read OperatingSystem if [ "$OperatingSystem" = "" ] then @@ -148,13 +145,13 @@ do # ------------------ docgeneration="___" - while [[ "$docgeneration" != "YES" && "$docgeneration" != "NO" ]] + while [[ "$docgeneration" != "ON" && "$docgeneration" != "OFF" ]] do - echo "Boolean For Doc Generation : YES/NO (default is NO)" + echo "Boolean For Doc Generation : ON/OFF (default is OFF)" read docgeneration if [ "$docgeneration" = "" ] then - docgeneration="NO" + docgeneration="OFF" fi echo "you said : [" $docgeneration "]" done @@ -220,7 +217,7 @@ do # ------------------ buildType="___" - while [[ "$buildType" != "Release" && "$Debug " != "HTML" ]] + while [[ "$buildType" != "Release" && "$buildType " != "Debug" ]] do echo "Build type : Release/Debug (default is Release)" read buildType @@ -258,7 +255,7 @@ do echo " Where do you want to get source files from : $sourcesFrom" if [ $sourcesFrom = CVS ] then - echo " CVS User Name : $cvsUserName" + echo " CVS User Name : $cvsUserName" fi echo " Login User Name : $loginUserName" echo " Login Group Name : $loginGroupName" @@ -369,15 +366,16 @@ do echo OK echo "To go on, run again 'sh menu.sh' as '$loginUserName', in a new window" echo "---------------------------------------------------------------------" - exit 0 else echo "----------------------------------------------------------------------" echo OK echo "To go on, run again 'sh menu.sh' in a new window" echo "---------------------------------------------------------------------" - exit 0 - fi - + fi + echo + echo "==> Hit any key to exit close current window" + read a + kill $PPID ;; 2) @@ -416,7 +414,11 @@ do exit 0 fi echo "========================= 4" - sh scripts/CreaTools-install.sh + sh scripts/CreaTools-install.sh + echo + echo "==> Hit any key to close current window" + read a + kill $PPID ;; 5) @@ -424,9 +426,17 @@ do sh scripts/CreaTools-uninstall.sh ;; + 7) + clear + echo "===================================" + more README.txt + echo + echo "==> Hit any key to go on" + read a + ;; + 8) clear - echo "===================================" # WARNING : $installPrefixThird is taken from CreaTools-configure.sh