Since Arch's stable deps function just sets up the repository, call that instead of duplicating code. Fixes #139.

This commit is contained in:
Pedro Algarvio 2013-05-22 09:29:04 +01:00
parent 629cb243de
commit ce1cc43018

View file

@ -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 \