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

Install dig command

I've noticed on a couple of machines that dig is not installed by default anymore causing the FQDN check to fail.
This commit is contained in:
Mark David 2020-08-18 13:07:12 -04:00 committed by GitHub
parent 4fe890f6ae
commit 6470ab8dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,6 +364,7 @@ repositories_setup(){
add-apt-repository -y ppa:nginx/development
fi
apt -y install tuned
apt-get install dnsutils -y
tuned-adm profile latency-performance
elif [ "$lsb_dist" = "debian" ]; then
apt-get -y install ca-certificates apt-transport-https