mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
install_arch_git_deps()
must install git before cloning the repository.
This commit is contained in:
parent
4fb21c7697
commit
a64e12be0c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue