Update install.sh

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

View File

@ -7,6 +7,7 @@ uname=$(whoami)
# Setup prereqs for server
if [[ `which yum` ]]; then
sudo yum install unzip -y
sudo yum install bind-utils -y
elif [[ `which apt` ]]; then
sudo apt-get update
sudo apt-get install unzip -y