Merge branch 'master' of github.com:cloudbuilders/nfs-stack
This commit is contained in:
commit
948fd84152
2
stack.sh
2
stack.sh
@ -54,7 +54,7 @@ MYSQL_PRESEED
|
||||
sudo apt-get install -y -q `cat $DIR/apts/* | cut -d\# -f1`
|
||||
|
||||
# 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
|
||||
function git_clone {
|
||||
|
Loading…
x
Reference in New Issue
Block a user