run
wget https://cyberpanel.net/install.tar.gz
tar zxf install.tar.gz
cd install
chmod +x install.py
now modify some lines to fit mariadb10.0
edit /mysql/MariaDB.repo , replace 10.1 with 10.0 , save and exit
edit /installCyberPanel.py , at line 388 and 494 , relace “mariadb” with “mysql” , save and exit
- now run install command
python install.py [IP address]