From 74edeb9ceb35263187e5d9ce32dc38b8b61b39cf Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Mon, 6 Jun 2022 21:45:17 +0100 Subject: [PATCH] Update install.sh --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index ebe0d60..75fcf23 100644 --- a/install.sh +++ b/install.sh @@ -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