ClosedLogin not Working
SO
5 replies
Dr
SO
Thank you for your help. I create a new virtual machine and run the installation, I tried as sudo and sudo su -c
This is the message I recieve:
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.
sh
shoaibkk
#4
run sudo su - only ont c
SO
I ran: sudo su “sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)”
This is what I got:
su: user sh <(…) does not exist
Dr
Dreamer
#6
Run first: sudo su -
When you get to root then script below.
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
