chore(quickget): remove obsolete daily check from ubuntu
This commit is contained in:
parent
ffbace0f4a
commit
3ca857ace8
4
quickget
4
quickget
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue