Update install-cn.sh
This commit is contained in:
parent
95acf4df49
commit
551f41b3dc
|
|
@ -6,7 +6,7 @@ setenforce 0
|
|||
sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config
|
||||
wget https://mirror.cyberpanel.net/install-cn.tar.gz
|
||||
tar xzvf install-cn.tar.gz
|
||||
cd install
|
||||
cd install-cn
|
||||
chmod +x install.py
|
||||
server_ip="$(wget -qO- http://whatismyip.akamai.com/)"
|
||||
python install.py $server_ip
|
||||
python install.py $server_ip
|
||||
|
|
|
|||
Loading…
Reference in New Issue