mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-04-16 09:40:24 +00:00
fixed wrong command name: add-apt-repository became apt-add-repository
This commit is contained in:
parent
b36800f07e
commit
df05eb70d8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
sudo add-apt-repository ppa:saltstack/salt -y
|
||||
sudo apt-add-repository ppa:saltstack/salt -y
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install salt-master -y
|
||||
sudo apt-get install salt-minion -y
|
||||
|
|
Loading…
Add table
Reference in a new issue