Correction to naming to avoid dailies colliding

They should always have respected the RELEASE
This commit is contained in:
Phil Clifford 2023-03-07 01:39:25 +00:00
parent 0bb19428b1
commit 34e9ed043f
No known key found for this signature in database
GPG Key ID: 3B0A3BA167A07F7D

View File

@ -1558,7 +1558,7 @@ function get_ubuntu() {
elif [[ "${RELEASE}" == *"daily"* ]] || [ "${RELEASE}" == "dvd" ]; then elif [[ "${RELEASE}" == *"daily"* ]] || [ "${RELEASE}" == "dvd" ]; then
URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current" URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current"
VM_PATH="${OS}-daily-live" VM_PATH="${OS}-${RELEASE}"
elif [ "${OS}" == "ubuntu" ]; then elif [ "${OS}" == "ubuntu" ]; then
URL="https://releases.ubuntu.com/${RELEASE}" URL="https://releases.ubuntu.com/${RELEASE}"
else else