From 806e5f0d0981af0b6fd57dd27404b4038164e5a8 Mon Sep 17 00:00:00 2001 From: shakasan Date: Tue, 29 May 2018 13:02:06 +0200 Subject: [PATCH] menu bug fixed --- menus_functions_ub1604.sh | 6 +----- menus_functions_ub1804.sh | 6 +----- vars.sh | 2 +- yggdrasil.sh | 4 ++-- 4 files changed, 5 insertions(+), 13 deletions(-) diff --git a/menus_functions_ub1604.sh b/menus_functions_ub1604.sh index 6f5e010..3b0fe69 100644 --- a/menus_functions_ub1604.sh +++ b/menus_functions_ub1604.sh @@ -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 -} \ No newline at end of file +} diff --git a/menus_functions_ub1804.sh b/menus_functions_ub1804.sh index 1bb5305..ecfc9c7 100644 --- a/menus_functions_ub1804.sh +++ b/menus_functions_ub1804.sh @@ -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 -} \ No newline at end of file +} diff --git a/vars.sh b/vars.sh index 1ff9b08..2d7a3e4 100644 --- a/vars.sh +++ b/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 diff --git a/yggdrasil.sh b/yggdrasil.sh index 99c427e..748f0e2 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -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 \ No newline at end of file +exit