fix(quickget): add daily-live to ubuntu-server
This commit is contained in:
parent
bad6ad7cd7
commit
ffbace0f4a
5
quickget
5
quickget
|
@ -1151,8 +1151,9 @@ function releases_ubuntu() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_ubuntu-server() {
|
function releases_ubuntu-server() {
|
||||||
local ALL_VERSIONS=($(IFS=$'\n' web_pipe http://releases.ubuntu.com/streams/v1/com.ubuntu.releases:ubuntu-server.json | jq -r '.products[] | select(.arch=="amd64") | .version' | sort -rV))
|
local ALL_VERSIONS=()
|
||||||
echo "${ALL_VERSIONS[@]}"
|
ALL_VERSIONS=($(IFS=$'\n' web_pipe http://releases.ubuntu.com/streams/v1/com.ubuntu.releases:ubuntu-server.json | jq -r '.products[] | select(.arch=="amd64") | .version' | sort -rV))
|
||||||
|
echo daily-live "${ALL_VERSIONS[@]}"
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_vanillaos() {
|
function releases_vanillaos() {
|
||||||
|
|
Loading…
Reference in New Issue