try to support jammy daily testing

pull/534/head
Phil Clifford 2 years ago committed by Martin Wimpress
parent 0a7a38b915
commit 477d35dad7
  1. 5
      quickget

@ -491,6 +491,7 @@ function releases_ubuntu() {
;;
esac
echo ${LTS_SUPPORT} \
jammy-daily \
daily-live \
daily-canary \
eol-4.10 \
@ -1410,6 +1411,10 @@ function get_ubuntu() {
if [[ "${RELEASE}" == "eol-"* ]]; then
URL="https://old-releases.ubuntu.com/releases/${RELEASE/eol-/}"
elif [[ "${RELEASE}" == "jammy-daily" ]]; then
URL="https://cdimage.ubuntu.com/${OS}/jammy/daily-live/current"
VM_PATH="${OS}-jammy-live"
elif [[ "${RELEASE}" == *"daily"* ]] || [ "${RELEASE}" == "dvd" ]; then
URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current"
VM_PATH="${OS}-daily-live"

Loading…
Cancel
Save