mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
install_arch_git_deps()
also needs salt's repository because of dependencies.
This commit is contained in:
parent
cc3a9b5f4f
commit
68726344a9
1 changed files with 4 additions and 0 deletions
|
@ -766,6 +766,10 @@ Server = http://intothesaltmine.org/archlinux
|
|||
}
|
||||
|
||||
install_arch_git_deps() {
|
||||
grep '\[salt\]' /etc/pacman.conf >/dev/null 2>&1 || echo '[salt]
|
||||
Server = http://intothesaltmine.org/archlinux
|
||||
' >> /etc/pacman.conf
|
||||
|
||||
pacman -Sy --noconfirm pacman git python2-crypto python2-distribute \
|
||||
python2-jinja python2-m2crypto python2-markupsafe python2-msgpack \
|
||||
python2-psutil python2-pyzmq zeromq
|
||||
|
|
Loading…
Add table
Reference in a new issue