Update install.sh

This commit is contained in:
dinger1986 2022-06-06 23:05:51 +01:00 committed by GitHub
parent 0d488a6266
commit bc0d4ad7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ if [[ `which yum` ]]; then
elif [[ `which apt` ]]; then
sudo apt-get update
sudo apt-get install unzip -y
sudo apt-get install dnsutils -y
else
echo "Unknown Platform, the install might fail"
fi