From 3ca857ace8047eebe0752820671d45007308270d Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 7 May 2024 00:24:56 +0100 Subject: [PATCH] chore(quickget): remove obsolete daily check from ubuntu --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index e9ab5e1..ba2ece4 100755 --- a/quickget +++ b/quickget @@ -2574,7 +2574,7 @@ function get_ubuntu-server() { local ISO="" local NAME="live-server" local URL="" - [[ $RELEASE = daily ]] && RELEASE=daily-live + if [[ "${RELEASE}" == "daily"* ]]; then URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current" else @@ -2609,7 +2609,7 @@ function get_ubuntu() { local HASH="" local URL="" local DATA="" - [[ $RELEASE = daily ]] && RELEASE=daily-live + if [[ "${RELEASE}" == "daily"* ]] && [ "${OS}" == "ubuntustudio" ]; then # Ubuntu Studio daily-live images are in the dvd directory RELEASE="dvd"