Hi!
I am quite new at Ubuntu, but I am trying to install Cyberpanel to my VPS with Ubuntu 20.04 64bit.
I have tried to use the command from the documentation below:
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
And also other commands like curl -0 http://cyberpanel.net/install.sh | sudo sh, but it doesn’t matter wich command I use, I get the error below:
./cyberpanel.sh: 2: Syntax error: newline unexpected
or
sh: 2: Syntax error: newline unexpected
I am connected to my VPS as root, but I really don’t know what to do. Can anyone help please?
Thanks

