mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-09 05:01:33 -05:00
Lots of bug fixes & updated contact info
This commit is contained in:
parent
79adeff07f
commit
059b9295a9
@ -47,7 +47,7 @@ preflight(){
|
|||||||
elif [ "$lsb_dist" = "debian" ]; then
|
elif [ "$lsb_dist" = "debian" ]; then
|
||||||
apt update --fix-missing
|
apt update --fix-missing
|
||||||
apt-get -y install software-properties-common virt-what wget curl dnsutils
|
apt-get -y install software-properties-common virt-what wget curl dnsutils
|
||||||
elif [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ]; then
|
elif [ "$lsb_dist" = "fedora" ] || [ "$lsb_dist" = "centos" ] || [ "$lsb_dist" = "rhel" ] || [ "$lsb_dist" = "rocky" ]; then
|
||||||
yum -y install virt-what wget bind-utils
|
yum -y install virt-what wget bind-utils
|
||||||
fi
|
fi
|
||||||
virt_serv=$(echo $(virt-what))
|
virt_serv=$(echo $(virt-what))
|
||||||
|
Loading…
Reference in New Issue
Block a user