Add support Debian & Ubuntu
This commit is contained in:
parent
93cf22a700
commit
6a61f8b1c8
|
|
@ -105,7 +105,7 @@ function pre_install(){
|
|||
if [ "$OS" == 'CentOS' ];then
|
||||
yum install -y wget unzip gzip curl
|
||||
else
|
||||
apt-get update
|
||||
apt-get -y update
|
||||
apt-get install -y wget unzip gzip curl
|
||||
fi
|
||||
# Get IP address
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user