White space cleanup

pull/349/head
Martin Wimpress 3 years ago
parent 83da5351d9
commit 14ae0d53a2
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 4
      quickget

@ -620,7 +620,9 @@ function make_vm_config() {
IMAGE_FILE="${1}" IMAGE_FILE="${1}"
ISO_FILE="${2}" ISO_FILE="${2}"
case "${OS}" in case "${OS}" in
alma | android | archlinux | debian | elementary | fedora | kali | garuda | kdeneon | linuxmint* | nixos* | opensuse | oraclelinux | popos | regolith | rockylinux | solus | *ubuntu* | zorin ) alma | android | archlinux | debian | elementary | fedora | kali | \
garuda | kdeneon | linuxmint* | nixos* | opensuse | oraclelinux | \
popos | regolith | rockylinux | solus | *ubuntu* | zorin )
GUEST="linux" GUEST="linux"
IMAGE_TYPE="iso";; IMAGE_TYPE="iso";;
freebsd ) freebsd )

Loading…
Cancel
Save