From 6c77698c9201dd1eaa0894cb348d75a9b9009358 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 11 Mar 2022 16:15:44 +0000 Subject: [PATCH] Make Ubuntu daily-live VM_PATH consistent with the config filename --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index fa8d1c5..c1208d7 100755 --- a/quickget +++ b/quickget @@ -1261,7 +1261,7 @@ function get_ubuntu() { URL="https://old-releases.ubuntu.com/releases/${RELEASE/eol-/}" elif [[ "${RELEASE}" == *"daily"* ]] || [ "${RELEASE}" == "dvd" ]; then URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current" - VM_PATH="${OS}-devel" + VM_PATH="${OS}-daily-live" elif [ "${OS}" == "ubuntu" ]; then URL="https://releases.ubuntu.com/${RELEASE}" else