If you don't have direct access to root user, please run sudo su - command (do NOT miss the - at end or it will fail) and then run installation command again.
复制代码
此时你可以根据提示使用输入以下代码再次运行官方的一键脚本。
sudo su -
复制代码
安装脚本:
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)