Update install.sh

This commit is contained in:
dinger1986 2022-06-06 21:45:17 +01:00 committed by GitHub
parent 22821eb09f
commit 74edeb9ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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