From 82885ef8c4146376cc7a1e1294f970077c35faa7 Mon Sep 17 00:00:00 2001 From: Jai A P <78354625+Jai-JAP@users.noreply.github.com> Date: Thu, 30 Dec 2021 16:06:22 +0530 Subject: [PATCH] Update quickget --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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