mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update quickget
This commit is contained in:
parent
545fd39392
commit
82885ef8c4
1 changed files with 1 additions and 1 deletions
2
quickget
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…
Reference in a new issue