mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Alpine Linux: fix installation of multiple pkgs ("stable" bootstrap mode)
This commit is contained in:
parent
c53a056a75
commit
f05206b37f
1 changed files with 2 additions and 1 deletions
|
@ -4248,7 +4248,8 @@ install_alpine_linux_stable() {
|
|||
__PACKAGES="${__PACKAGES} salt-syndic"
|
||||
fi
|
||||
|
||||
apk -U add "${__PACKAGES}" || return 1
|
||||
# shellcheck disable=SC2086
|
||||
apk -U add ${__PACKAGES} || return 1
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue