mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Make Ubuntu daily-live VM_PATH consistent with the config filename
This commit is contained in:
parent
09a707846c
commit
6c77698c92
1 changed files with 1 additions and 1 deletions
2
quickget
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…
Reference in a new issue