Update quickget

pull/296/head
Jai A P 3 years ago committed by GitHub
parent 545fd39392
commit 82885ef8c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      quickget

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

Loading…
Cancel
Save