menu bug fixed
This commit is contained in:
parent
f1bd6fbddf
commit
806e5f0d09
4 changed files with 5 additions and 13 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
2
vars.sh
2
vars.sh
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue