update after repo added improved for menu fct

This commit is contained in:
Francois B 2018-01-01 16:59:04 +01:00
parent fad588b898
commit 3a91a7527e

View file

@ -592,7 +592,9 @@ function installAppsFromListMenu () {
unset i unset i
unset app unset app
unset pkgToInstall unset pkgToInstall
if [ "$repoAdded" -gt "0" ]; then
updateSystem updateSystem
fi
for pkgToInstall in $pkg; do for pkgToInstall in $pkg; do
for i in $Apps; do for i in $Apps; do
app=(${i//;/ }) app=(${i//;/ })