Unverified Commit 8051a32f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Add support for ZimaOS (#1057)

parent 972f090f
Loading
Loading
Loading
Loading
+2 −1
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  |
  | `zima`     | ZimaOS          | 1.4 GB  |
  | `zorin`    | Zorin OS        | 3.8 GB  |

### How can I use my own image?
+6 −0
Original line number Diff line number Diff line
@@ -197,6 +197,12 @@ 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 ;;
    "zima" | "zimaos" | "zima-os" )
      version="1.6.1"
      name="ZimaOS"
      if [[ "$ret" == "url" ]]; then
        url="https://github.com/IceWhaleTech/ZimaOS/releases/download/${version}/zimaos-x86_64-${version}_installer.iso"
      fi ;;
    "zorin" | "zorinos" | "zorin-os" )
      version="18"
      name="Zorin OS"