Update haos_vm.sh

pull/40/head
tteckster 2022-02-17 21:54:28 -05:00 committed by GitHub
parent 016ec7deb0
commit 530cac244d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ sleep 2
wget -q --show-progress $URL
echo -en "\e[1A\e[0K"
FILE=$(basename $URL)
echo -e "\e[1;92m Downloaded .qcow2 Disk Image... ${CHECKMARK} \e[0m \r"
echo -e "\e[1;92m Downloaded ${RELEASE_TYPE} Disk Image... ${CHECKMARK} \e[0m \r"
echo -en "\e[1;92m Extracting Disk Image... \e[0m"
case $FILE in
*"gz") gunzip -f $FILE ;;