From d62d739e8ae6a213e12e93ae5d51a1aa7dfeb4bb Mon Sep 17 00:00:00 2001 From: Dani Llewellyn Date: Thu, 21 Oct 2021 18:46:02 +0100 Subject: [PATCH] [UBUNTU]: Add canary release to test the new installer * Add `canary` as supported Ubuntu release Signed-off-by: Dani Llewellyn --- quickget | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/quickget b/quickget index 4fe6b97..6c6e1e2 100755 --- a/quickget +++ b/quickget @@ -177,7 +177,8 @@ function releases_ubuntu() { focal \ hirsute \ impish \ - devel + devel \ + canary } function languages_windows() { @@ -781,6 +782,12 @@ function get_ubuntu() { esac validate_release "releases_ubuntu" + + if [ "${RELEASE}" == "canary" ]; then + RELEASE="devel" + DEVEL="daily-canary" + fi + if [ "${RELEASE}" == "devel" ]; then URL="http://cdimage.ubuntu.com/${PROJECT}/${DEVEL}/current" elif [ "${PROJECT}" == "ubuntu" ]; then