chore(quickget): remove obsolete daily check from ubuntu

This commit is contained in:
Martin Wimpress 2024-05-07 00:24:56 +01:00 committed by Martin Wimpress
parent ffbace0f4a
commit 3ca857ace8
1 changed files with 2 additions and 2 deletions

View File

@ -2574,7 +2574,7 @@ function get_ubuntu-server() {
local ISO="" local ISO=""
local NAME="live-server" local NAME="live-server"
local URL="" local URL=""
[[ $RELEASE = daily ]] && RELEASE=daily-live
if [[ "${RELEASE}" == "daily"* ]]; then if [[ "${RELEASE}" == "daily"* ]]; then
URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current" URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current"
else else
@ -2609,7 +2609,7 @@ function get_ubuntu() {
local HASH="" local HASH=""
local URL="" local URL=""
local DATA="" local DATA=""
[[ $RELEASE = daily ]] && RELEASE=daily-live
if [[ "${RELEASE}" == "daily"* ]] && [ "${OS}" == "ubuntustudio" ]; then if [[ "${RELEASE}" == "daily"* ]] && [ "${OS}" == "ubuntustudio" ]; then
# Ubuntu Studio daily-live images are in the dvd directory # Ubuntu Studio daily-live images are in the dvd directory
RELEASE="dvd" RELEASE="dvd"