mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-08-08 09:56:02 +02:00
fixed missing add-apt-repository command when ubuntu is the server one
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
sudo apt-add-repository ppa:saltstack/salt -y
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install python-software-properties pkg-config software-properties-common -y
|
||||
sudo add-apt-repository ppa:saltstack/salt -y
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install salt-master -y
|
||||
sudo apt-get install salt-minion -y
|
||||
|
||||
Reference in New Issue
Block a user