Skip to content

Commit

Permalink
fix: blendos releases on one line
Browse files Browse the repository at this point in the history
Signed-off-by: zenobit <[email protected]>
  • Loading branch information
zen0bit committed Apr 12, 2024
1 parent 9bfada8 commit 1843f59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -585,9 +585,7 @@ function releases_biglinux() {
function releases_blendos() {
# Pull the rss feed
wget -q https://sourceforge.net/projects/blendos/rss?path=/ISOs/ -O- | grep -E -o 'https://.*blendOS\.iso.*</media:hash' >/tmp/blendos-isos.rss

local RLIST
RLIST=$(grep -E -o 'https://.*blendOS\.iso.*</media:hash' /tmp/blendos-isos.rss | cut -d/ -f 8-9 | sort -r -t/ --key=2 |grep -e '16878' -e '168[8-9]'| tr '\r\n' ' ')
RLIST=$(grep -E -o 'https://.*blendOS\.iso.*</media:hash' /tmp/blendos-isos.rss | cut -d/ -f 8-9 | sort -r -t/ --key=2 |grep -e '16878' -e '168[8-9]' | tr '\r\n' ' ')
echo "${RLIST}"
}

Expand Down

0 comments on commit 1843f59

Please sign in to comment.