diff --git a/install.sh b/install.sh new file mode 100644 index 000000000..2456437c2 --- /dev/null +++ b/install.sh @@ -0,0 +1,12 @@ +#!/bin/bash +yum clean all +yum update -y +yum install wget which curl -y +setenforce 0 +sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' /etc/selinux/config +wget https://cyberpanel.net/install.tar.gz +tar xzvf install.tar.gz +cd install +chmod +x install.py +server_ip="$(wget -qO- http://whatismyip.akamai.com/)" +python install.py $server_ip \ No newline at end of file