make sure apt-get update is run
Previously, the only path that would only ensure that 'apt-get update' was run was when the stack user was created. Archives can be out of date, apt-get should be run.
This commit is contained in:
parent
0d2145a0f3
commit
d67a18bb07
1 changed files with 1 additions and 0 deletions
1
stack.sh
1
stack.sh
|
@ -235,6 +235,7 @@ ADMIN_PASSWORD=${ADMIN_PASSWORD:-`openssl rand -hex 10`}
|
|||
|
||||
|
||||
# install apt requirements
|
||||
sudo apt-get update
|
||||
sudo apt-get install -qqy `cat $FILES/apts/* | cut -d\# -f1 | grep -Ev "mysql-server|rabbitmq-server"`
|
||||
|
||||
# install python requirements
|
||||
|
|
Loading…
Reference in a new issue