mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Only add salt repository to pacman if not there yet.
This commit is contained in:
parent
be2449c60d
commit
4fb21c7697
1 changed files with 2 additions and 2 deletions
|
@ -771,13 +771,13 @@ install_centos_63_git_post() {
|
|||
# Arch Install Functions
|
||||
#
|
||||
install_arch_stable_deps() {
|
||||
echo '[salt]
|
||||
grep '\[salt\]' /etc/pacman.conf >/dev/null 2>&1 || echo '[salt]
|
||||
Server = http://intothesaltmine.org/archlinux
|
||||
' >> /etc/pacman.conf
|
||||
}
|
||||
|
||||
install_arch_git_deps() {
|
||||
echo '[salt]
|
||||
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