0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 00:48:02 +01:00

fixed wrong command name: add-apt-repository became apt-add-repository

This commit is contained in:
Julien Lavergne 2015-04-22 16:59:18 +02:00
parent b36800f07e
commit df05eb70d8

View File

@ -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