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//;/ })