Unverified Commit 686fe351 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Add Zorin OS to presets (#950)

parent 81c85ead
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ kubectl apply -f https://raw.githubusercontent.com/qemus/qemu/refs/heads/master/
  | `ubuntu`   | Ubuntu Desktop  | 6.0 GB  |
  | `ubuntus`  | Ubuntu Server   | 3.0 GB  |
  | `xubuntu`  | Xubuntu         | 4.0 GB  |
  | `zorin`    | Zorin OS         | 3.8 GB  |

### How can I use my own image?

+5 −0
Original line number Diff line number Diff line
@@ -197,6 +197,11 @@ getURL() {
        version=$(echo "$body" | jq -r '.entries | .[] | select(.status=="Current Stable Release").version')
        url="https://cdimages.ubuntu.com/xubuntu/releases/${version}/release/xubuntu-${version}-desktop-amd64.iso"
      fi ;;
    "zorin" | "zorinos" | "zorin-os" )
      name="Zorin OS"
      if [[ "$ret" == "url" ]]; then
        url="https://mirrors.edge.kernel.org/zorinos-isos/18/Zorin-OS-18-Core-64-bit.iso"
      fi ;;
  esac

  case "${ret,,}" in