update after repo added improved for menu fct
This commit is contained in:
parent
fad588b898
commit
3a91a7527e
1 changed files with 3 additions and 1 deletions
|
@ -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//;/ })
|
||||
|
|
Loading…
Reference in a new issue