Make Ubuntu daily-live VM_PATH consistent with the config filename

pull/403/head
Martin Wimpress 3 years ago
parent 09a707846c
commit 6c77698c92
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      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

Loading…
Cancel
Save