From 7be0dae84a1741bc671cc6db1ed060c5026f6332 Mon Sep 17 00:00:00 2001 From: tteck Date: Sat, 14 Aug 2021 18:11:47 -0400 Subject: [PATCH] Update haos_vm.sh --- haos_vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haos_vm.sh b/haos_vm.sh index 56e3fd95..7688e63f 100644 --- a/haos_vm.sh +++ b/haos_vm.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 Installing Unzip... \e[0m" - apt-get update >/dev/null + apt update >/dev/null apt install unzip -y fi fi