🛠 BlendOS releases on 1 line

Signed-off-by: zenobit <zenobit@disroot.org>
This commit is contained in:
zenobit 2024-01-17 16:45:28 +01:00 committed by Martin Wimpress
parent e96e90ebc7
commit 147e938e93
1 changed files with 3 additions and 2 deletions

View File

@ -525,8 +525,9 @@ function releases_blendos() {
wget -q https://sourceforge.net/projects/blendos/rss?path=/ISOs/ -O- | grep -E -o 'https://.*blendOS\.iso.*</media:hash' >/tmp/blendos-isos.rss 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 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]') 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} echo "${RLIST}"
} }
function releases_bunsenlabs() { function releases_bunsenlabs() {