From 9109ab575282c07afc49eb07c4ba202e7b25ddad Mon Sep 17 00:00:00 2001 From: Sthopeless <6695214+Sthopeless@users.noreply.github.com> Date: Tue, 25 Jan 2022 17:24:35 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 76cd71a..d738b98 100644 --- a/install.sh +++ b/install.sh @@ -113,7 +113,7 @@ if [[ $FILE == *.zip ]]; then echo -e "\e[1;33m Checking for unzip command... \e[0m" if ! command -v unzip &> /dev/null; then echo -e "\e[1;33m unzip not found, installing... \e[0m" - apt update + apt update >/dev/null apt install unzip -y fi fi