Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
erroneous and confusing release outputs fixed
  • Loading branch information
philclifford authored Jan 29, 2022
1 parent 168437b commit 56cd25c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -273,14 +273,14 @@ function releases_arcolinux() {
# later refactor these DE variants like languages and avoid the arch ?
# all these are available with a "nonfree" option too
function releases_debian() {
echo 11.2.0-amd64-cinnamon \
11.2.0-amd64-gnome \
11.2.0-amd64-kde \
11.2.0-amd64-lxde \
11.2.0-amd64-lxqt \
11.2.0-amd64-mate \
11.2.0-amd64-standard \
11.2.0-amd64-xfce
echo cinnamon \
gnome \
kde \
lxde \
lxqt \
mate \
standard \
xfce
}
function releases_cachyos() {
echo 2022.01.09
Expand Down

0 comments on commit 56cd25c

Please sign in to comment.