1
0
mirror of https://github.com/tteck/Proxmox.git synced 2024-11-24 08:52:18 +02:00

Update haos_vm.sh

This commit is contained in:
tteck 2021-08-14 18:11:47 -04:00 committed by GitHub
parent 2eb625ca13
commit 7be0dae84a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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