Update install-cn.sh

This commit is contained in:
qtwrk
2018-03-10 23:21:22 +01:00
committed by GitHub
parent 95acf4df49
commit 551f41b3dc

View File

@@ -6,7 +6,7 @@ setenforce 0
sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
wget https://mirror.cyberpanel.net/install-cn.tar.gz wget https://mirror.cyberpanel.net/install-cn.tar.gz
tar xzvf install-cn.tar.gz tar xzvf install-cn.tar.gz
cd install cd install-cn
chmod +x install.py chmod +x install.py
server_ip="$(wget -qO- http://whatismyip.akamai.com/)" server_ip="$(wget -qO- http://whatismyip.akamai.com/)"
python install.py $server_ip python install.py $server_ip