From 3eb63022420bb8246ed7dc446f05a076f909ce49 Mon Sep 17 00:00:00 2001 From: "Francois B. (Makoto)" Date: Sun, 14 Jul 2019 19:25:54 +0200 Subject: [PATCH] small fix --- menus_functions_ub1804.sh | 2 +- vars.sh | 2 +- yggdrasil.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/menus_functions_ub1804.sh b/menus_functions_ub1804.sh index 0bcfcac..c8d9ec2 100644 --- a/menus_functions_ub1804.sh +++ b/menus_functions_ub1804.sh @@ -380,7 +380,7 @@ function showAppInstallMenu () { installAppsFromListMenu cajaplugins ;; "nautilus") - installNautilusAndPluginsMenu + installAppsFromList nautilus ;; "thunar") installAppsFromListMenu thunar diff --git a/vars.sh b/vars.sh index c3ea613..4eacd6b 100644 --- a/vars.sh +++ b/vars.sh @@ -13,7 +13,7 @@ # # app version number # -version="0.5.1-b9" +version="0.5.1-b10" # # myHomedir is used in full paths to the homedir diff --git a/yggdrasil.sh b/yggdrasil.sh index dcf9433..40a7b85 100755 --- a/yggdrasil.sh +++ b/yggdrasil.sh @@ -80,7 +80,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,w,k,p" option; do installAppsFromList games installAppsFromList steam installAppsFromList internet - installAppsFromList java10 + installAppsFromList java11 installAppsFromList utilities installAppsFromList multimedia installAppsFromList nettools @@ -123,7 +123,7 @@ while getopts ":h,v,f,c,u,a,d,q,s,t,w,k,p" option; do installAppsFromList games installAppsFromList steam installAppsFromList internet - installAppsFromList java10 + installAppsFromList java11 installAppsFromList utilities installAppsFromList multimedia installAppsFromList nettools