add nginx to prepare.sh
This commit is contained in:
parent
96ac04a529
commit
ce655e42dc
|
@ -22,6 +22,7 @@ apt-get install -y python3-requests python3-suds
|
|||
apt-get install -y nodejs nodejs-legacy npm
|
||||
apt-get install -y etcd
|
||||
apt-get install -y glusterfs-client
|
||||
apt-get install -y nginx
|
||||
|
||||
# check cgroup control
|
||||
which cgm &> /dev/null || { echo "FAILED : cgmanager is required, please install cgmanager" && exit 1; }
|
||||
|
|
Loading…
Reference in New Issue