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 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//;/ })
|
||||||
|
|
Loading…
Reference in a new issue