diff --git a/quickget b/quickget index 80e8d70..6fce904 100755 --- a/quickget +++ b/quickget @@ -1558,7 +1558,7 @@ function get_ubuntu() { elif [[ "${RELEASE}" == *"daily"* ]] || [ "${RELEASE}" == "dvd" ]; then URL="https://cdimage.ubuntu.com/${OS}/${RELEASE}/current" - VM_PATH="${OS}-daily-live" + VM_PATH="${OS}-${RELEASE}" elif [ "${OS}" == "ubuntu" ]; then URL="https://releases.ubuntu.com/${RELEASE}" else