Skip to content

Commit

Permalink
chore(quickget): remove obsolete daily check from ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 6, 2024
1 parent a2bc3f8 commit ec43639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ec43639

Please sign in to comment.