Cyber Panel wont install in Ubuntu 18.04,20.04,21.04

Hi
I don’t what should I do to install cyberpanel in my ubuntu environment …
this is the image of problem

I used sudo , without sudo , but the problem exist

This is the command for installing it
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)

Are you able to ping cyberpanel.net ?

nslookup cyberpanel.net ?

If it´s a issue with SSL (Proxy?) you can download the installer unencrypted:

wget http://cyberpanel.net/install.sh

Yes I have ping and trace
this is the second part that you removed s to non secure , Need that I remove the first ssl or not?

it wont install in anyway…

I found this command and its not working again :

sudo su -c “sh <(curl https://cyberpanel.sh || wget -O - https://cyberpanel.sh)”

This is the error :
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.

I found and solved my problem

First need :
$Sudo su root
then,
$su -root
then,
sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)