diff --git a/quickget b/quickget index ac7dbfb..f9bfaf0 100755 --- a/quickget +++ b/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