Skip to content

Commit

Permalink
chore: limit deepin to 10 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed May 22, 2024
1 parent 608ea0f commit cd195ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ function editions_debian() {

function releases_deepin() {
#shellcheck disable=SC2046,SC2005
echo $(web_pipe "https://cdimage.deepin.com/releases/" | grep "href=" | cut -d'"' -f2 | grep -v "\.\." | grep -v nightly | grep -v preview | sed 's|/||g' | sort -r)
echo $(web_pipe "https://cdimage.deepin.com/releases/" | grep "href=" | cut -d'"' -f2 | grep -v "\.\." | grep -v nightly | grep -v preview | sed 's|/||g' | tail -n 10 | sort -r)
}

function releases_devuan() {
Expand Down

0 comments on commit cd195ca

Please sign in to comment.