diff --git a/010_saltstack.sh b/010_saltstack.sh index 828e3ff..96e0014 100755 --- a/010_saltstack.sh +++ b/010_saltstack.sh @@ -123,7 +123,7 @@ apt-get install -yq -o -o "DPkg::Options::=--force-confold" --no-install-recomme # FYI: completition provided by salt-common pkg 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 || \ - 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