Removed more sudo.
This commit is contained in:
parent
7858ce237b
commit
2f4a1177eb
|
|
@ -123,7 +123,7 @@ apt-get install -yq -o -o "DPkg::Options::=--force-confold" --no-install-recomme
|
||||||
# FYI: completition provided by salt-common pkg
|
# FYI: completition provided by salt-common pkg
|
||||||
|
|
||||||
test -e /usr/share/bash-completion/completions/salt-common || \
|
test -e /usr/share/bash-completion/completions/salt-common || \
|
||||||
curl -sL "https://raw.githubusercontent.com/saltstack/salt/develop/pkg/salt.bash" | sudo tee /usr/share/bash-completion/completions/salt-common
|
curl -sL "https://raw.githubusercontent.com/saltstack/salt/develop/pkg/salt.bash" | tee /usr/share/bash-completion/completions/salt-common
|
||||||
|
|
||||||
test -e /usr/share/zsh/vendor-completions/_salt || \
|
test -e /usr/share/zsh/vendor-completions/_salt || \
|
||||||
curl -sL "https://raw.githubusercontent.com/saltstack/salt/develop/pkg/zsh_completion.zsh" | sudo tee /usr/share/zsh/vendor-completions/_salt
|
curl -sL "https://raw.githubusercontent.com/saltstack/salt/develop/pkg/zsh_completion.zsh" | tee /usr/share/zsh/vendor-completions/_salt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue