mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
prepend with an apt-get update
This commit is contained in:
parent
2dfa36ff6a
commit
6aefe7f1fe
@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
apt-get update
|
||||||
apt-get install -y python-software-properties
|
apt-get install -y python-software-properties
|
||||||
add-apt-repository -y ppa:saltstack/salt
|
add-apt-repository -y ppa:saltstack/salt
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Loading…
Reference in New Issue
Block a user