mirror of
https://github.com/tommytran732/Pterodactyl-Script
synced 2024-11-22 02:21:33 -05: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:
parent
4fe890f6ae
commit
6470ab8dd4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user