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

Merge pull request #6 from markd69/patch-1

Install dig command
This commit is contained in:
TommyTran732 2020-08-23 15:08:50 -04:00 committed by GitHub
commit 14b80299a0
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