Update quickget

This commit is contained in:
Jai A P 2021-12-30 16:06:22 +05:30 committed by GitHub
parent 545fd39392
commit 82885ef8c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -571,7 +571,7 @@ function make_vm_config() {
elif [[ "${OS}" == *"linuxmint"* ]]; then
GUEST="linux"
IMAGE_TYPE="iso"
elif [[ "${OS}" == *"manjaro"* }}; then
elif [[ "${OS}" == *"manjaro"* ]]; then
GUEST="linux"
IMAGE_TYPE="iso"
elif [[ "${OS}" == *"nixos"* ]]; then