CyberPanel Installation Error

System: CentOS 7.7

Installing from official server or mirror server?
Mirror server

Problem:
When I try to install CyberPanel using following command:
sh <(curl https://mirror.cyberpanel.net/install-test.sh || wget -O - https://mirror.cyberpanel.net/install-test.sh)

It fails and shows an error message - /dev/fd/63: line 1: syntax error near unexpected token ‘newline’ /dev/fd/63: line 1: ‘’

Same problem to me

You can Run
sudo su -

than
sh <(wget -O - http://cyberpanel.net/install.sh)

1 Like