menu bug fixed

This commit is contained in:
shakasan 2018-05-29 13:02:06 +02:00
parent f1bd6fbddf
commit 806e5f0d09
4 changed files with 5 additions and 13 deletions

View file

@ -308,7 +308,6 @@ function showAppInstallMenu () {
"internet" "Internet Apps" \
"utilities" "Misc Utilities" \
"games" "Games & tools" \
"steam" "Steam" \
"burningtools" "Disc Burning and tools" \
"nettools" "Network tools" \
"cajaplugins" "Caja Plugins" \
@ -340,9 +339,6 @@ function showAppInstallMenu () {
"games")
installGamesMenu
;;
"steam")
installSteamMenu
;;
"burningtools")
installBurningToolsMenu
;;
@ -478,4 +474,4 @@ function showHardwareMenu () {
esac
done
}
}

View file

@ -308,7 +308,6 @@ function showAppInstallMenu () {
"internet" "Internet Apps" \
"utilities" "Misc Utilities" \
"games" "Games & tools" \
"steam" "Steam" \
"burningtools" "Disc Burning and tools" \
"nettools" "Network tools" \
"cajaplugins" "Caja Plugins" \
@ -340,9 +339,6 @@ function showAppInstallMenu () {
"games")
installGamesMenu
;;
"steam")
installSteamMenu
;;
"burningtools")
installBurningToolsMenu
;;
@ -462,4 +458,4 @@ function showHardwareMenu () {
esac
done
}
}

View file

@ -13,7 +13,7 @@
#
# app version number
#
version="0.4.0"
version="0.5.0-b1"
#
# myHomedir is used in full paths to the homedir

View file

@ -29,7 +29,7 @@ case $OS in
;;
*)
printf "\n"
printf $BOLDROUGE"Distribution non supportée/testée"$NORMAL
printf $BOLDROUGE"Linux distro not supported"$NORMAL
printf "\n\n"
;;
esac
@ -340,4 +340,4 @@ esac # main menu
done # end of main menu loop
clear
exit
exit