pterodactyl-installer / pterodactyl-installer

:bird: Unofficial installation scripts for Pterodactyl Panel
https://pterodactyl-installer.se
GNU General Public License v3.0
1.39k stars 559 forks source link

/dev/fd/62: line 293: virt-what: command not found #258

Closed AamiRobin closed 2 years ago

AamiRobin commented 2 years ago

######################################################################

Linux123123 commented 2 years ago

This is because your specific installation does't have sbin in PATH. As a temporary solution you can use

export PATH="$PATH:/sbin:/usr/sbin"

And run wings script again

vilhelmprytz commented 2 years ago

May I ask, how did you become root on your system? Did you login as root directly or did you login as a normal user and use sudo su or sudo -i?

AamiRobin commented 2 years ago

yes I run su to get root user

vilhelmprytz commented 2 years ago

Just su or su - root? Try sudo -i and see if that works.

AamiRobin commented 2 years ago

This is because your specific installation does't have sbin in PATH. As a temporary solution you can use

export PATH="$PATH:/sbin:/usr/sbin"

And run wings script again

Thank you its fix it

AamiRobin commented 2 years ago

Thank you. I really appreciate you guys.

AamiRobin commented 2 years ago

Thank you. I really appreciate you guys.