mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Arch can now install libcloud. Refs #278.
And also upgrades if required.
This commit is contained in:
parent
b87fc1b677
commit
9945e20da2
1 changed files with 9 additions and 0 deletions
|
@ -2380,6 +2380,15 @@ Include = /etc/pacman.d/salt.conf
|
|||
Server = http://intothesaltmine.org/archlinux
|
||||
SigLevel = Optional TrustAll
|
||||
_eof
|
||||
|
||||
if [ $_UPGRADE_SYS -eq $BS_TRUE ]; then
|
||||
pacman -Syyu --noconfirm --needed || return 1
|
||||
fi
|
||||
|
||||
|
||||
if [ $_INSTALL_CLOUD -eq $BS_TRUE ]; then
|
||||
pacman -Sy --noconfirm --needed apache-libcloud || return 1
|
||||
fi
|
||||
}
|
||||
|
||||
install_arch_linux_git_deps() {
|
||||
|
|
Loading…
Add table
Reference in a new issue