Update quickget
This commit is contained in:
parent
545fd39392
commit
82885ef8c4
2
quickget
2
quickget
|
|
@ -571,7 +571,7 @@ function make_vm_config() {
|
||||||
elif [[ "${OS}" == *"linuxmint"* ]]; then
|
elif [[ "${OS}" == *"linuxmint"* ]]; then
|
||||||
GUEST="linux"
|
GUEST="linux"
|
||||||
IMAGE_TYPE="iso"
|
IMAGE_TYPE="iso"
|
||||||
elif [[ "${OS}" == *"manjaro"* }}; then
|
elif [[ "${OS}" == *"manjaro"* ]]; then
|
||||||
GUEST="linux"
|
GUEST="linux"
|
||||||
IMAGE_TYPE="iso"
|
IMAGE_TYPE="iso"
|
||||||
elif [[ "${OS}" == *"nixos"* ]]; then
|
elif [[ "${OS}" == *"nixos"* ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue