mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-09 22:31:53 +00:00
Merge pull request #1097 from rallytime/fix-1090
Fix installing salt-cloud package on Arch Linux
This commit is contained in:
commit
9f92fbe5e6
1 changed files with 1 additions and 1 deletions
|
@ -4522,7 +4522,7 @@ install_arch_linux_stable_deps() {
|
|||
pacman -Su --noconfirm --needed python2-yaml
|
||||
|
||||
if [ "$_INSTALL_CLOUD" -eq $BS_TRUE ]; then
|
||||
pacman -Su --noconfirm --needed apache-libcloud || return 1
|
||||
pacman -Su --noconfirm --needed python2-apache-libcloud || return 1
|
||||
fi
|
||||
|
||||
if [ "${_EXTRA_PACKAGES}" != "" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue