Merge branch 'master' of github.com:cloudbuilders/nfs-stack
This commit is contained in:
commit
948fd84152
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -54,7 +54,7 @@ MYSQL_PRESEED
|
||||||
sudo apt-get install -y -q `cat $DIR/apts/* | cut -d\# -f1`
|
sudo apt-get install -y -q `cat $DIR/apts/* | cut -d\# -f1`
|
||||||
|
|
||||||
# install python requirements
|
# install python requirements
|
||||||
sudo pip install `cat $DIR/pips/*`
|
sudo PIP_DOWNLOAD_CACHE=/var/cache/pip pip install `cat $DIR/pips/*`
|
||||||
|
|
||||||
# git clone only if directory doesn't exist already
|
# git clone only if directory doesn't exist already
|
||||||
function git_clone {
|
function git_clone {
|
||||||
|
|
Loading…
Reference in a new issue