From 3a91a7527ef75ed9c49e1d6e0efcc6d581339926 Mon Sep 17 00:00:00 2001 From: Francois B Date: Mon, 1 Jan 2018 16:59:04 +0100 Subject: [PATCH] update after repo added improved for menu fct --- core_functions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core_functions.sh b/core_functions.sh index da41d9f..8c4c9fc 100644 --- a/core_functions.sh +++ b/core_functions.sh @@ -592,7 +592,9 @@ function installAppsFromListMenu () { unset i unset app unset pkgToInstall - updateSystem + if [ "$repoAdded" -gt "0" ]; then + updateSystem + fi for pkgToInstall in $pkg; do for i in $Apps; do app=(${i//;/ })