install_arch_git_deps() must install git before cloning the repository.

This commit is contained in:
Pedro Algarvio 2013-01-22 17:38:26 +00:00
parent 4fb21c7697
commit a64e12be0c

View file

@ -777,6 +777,8 @@ Server = http://intothesaltmine.org/archlinux
}
install_arch_git_deps() {
pacman -Sy --noconfirm git
grep '\[salt\]' /etc/pacman.conf >/dev/null 2>&1 || echo '[salt]
Server = http://intothesaltmine.org/archlinux
' >> /etc/pacman.conf