fix: sparklinux doesn't publish iso details in the RSS feed anymore

This commit is contained in:
Martin Wimpress 2024-04-19 22:56:14 +01:00 committed by Martin Wimpress
parent 5b9de101d8
commit 30b09bc070
1 changed files with 1 additions and 2 deletions

View File

@ -1248,8 +1248,7 @@ function editions_solus() {
}
function releases_sparkylinux() {
local SPARKY_RELEASES=$(wget -qO- "https://sourceforge.net/projects/sparkylinux/rss?path=/" | grep 'link' | grep '.iso' | cut -d'-' -f2 | uniq | tr '\r\n' ' ')
echo "${SPARKY_RELEASES}"
echo 7.3
}
function editions_sparkylinux() {