refactor: update bazzite to use web_pipe()
This commit is contained in:
parent
9234765d3a
commit
22af654167
2
quickget
2
quickget
|
@ -847,7 +847,7 @@ function releases_batocera() {
|
|||
}
|
||||
|
||||
function releases_bazzite() {
|
||||
echo $(wget -q -O- "https://api.github.com/repos/ublue-os/bazzite/releases" | grep 'download_url' | grep 'sum' | cut -d '/' -f8 | cut -d'v' -f2 | tr '\n' ' ')
|
||||
echo $(web_pipe "https://api.github.com/repos/ublue-os/bazzite/releases" | grep 'download_url' | grep 'sum' | cut -d '/' -f8 | cut -d'v' -f2 | tr '\n' ' ')
|
||||
}
|
||||
|
||||
function releases_biglinux() {
|
||||
|
|
Loading…
Reference in New Issue