Correction to naming to avoid dailies colliding
They should always have respected the RELEASE
This commit is contained in:
parent
0bb19428b1
commit
34e9ed043f
2
quickget
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user