mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Since Arch's stable deps function just sets up the repository, call that instead of duplicating code. Fixes #139.
This commit is contained in:
parent
629cb243de
commit
ce1cc43018
1 changed files with 1 additions and 3 deletions
|
@ -1903,9 +1903,7 @@ SigLevel = Optional TrustAll
|
|||
}
|
||||
|
||||
install_arch_linux_git_deps() {
|
||||
grep '\[salt\]' /etc/pacman.conf >/dev/null 2>&1 || echo '[salt]
|
||||
Server = http://intothesaltmine.org/archlinux
|
||||
' >> /etc/pacman.conf
|
||||
install_arch_linux_stable_deps
|
||||
|
||||
pacman -Sy --noconfirm pacman || return 1
|
||||
pacman -Sy --noconfirm git python2-crypto python2-distribute \
|
||||
|
|
Loading…
Add table
Reference in a new issue