Loading readme.md +1 −0 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 | | `zorin` | Zorin OS | 3.8 GB | ### How can I use my own image? Loading src/define.sh +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
readme.md +1 −0 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 | | `zorin` | Zorin OS | 3.8 GB | ### How can I use my own image? Loading
src/define.sh +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading