Update install.sh

This commit is contained in:
dinger1986 2022-08-10 22:55:22 +01:00 committed by GitHub
parent fc53aa80b9
commit 59ee76784a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,12 @@ done
if [[ $(which yum) ]]; then
sudo yum install unzip -y
sudo yum install bind-utils -y
sudo yum install tar -y
elif [[ $(which apt) ]]; then
sudo apt-get update
sudo apt-get install unzip -y
sudo apt-get install dnsutils -y
sudo apt-get install tar -y
else
echo "Unknown Platform, the install might fail"
fi