1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-16 14:14:42 -04:00

Lots of bug fixes & updated contact info

This commit is contained in:
AryunGupta 2021-10-12 20:13:19 -04:00
parent 79adeff07f
commit 059b9295a9

View File

@ -47,7 +47,7 @@ preflight(){
elif [ "$lsb_dist" = "debian" ]; then
apt update --fix-missing
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
fi
virt_serv=$(echo $(virt-what))