Loading readme.md +2 −1 Original line number Diff line number Diff line Loading @@ -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? Loading src/define.sh +6 −0 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
readme.md +2 −1 Original line number Diff line number Diff line Loading @@ -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? Loading
src/define.sh +6 −0 Original line number Diff line number Diff line Loading @@ -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" Loading