erroneous and confusing release outputs fixed
This commit is contained in:
Phil Clifford 2022-01-29 15:10:57 +00:00 committed by GitHub
parent 5decab7009
commit 1e98fa7a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -220,14 +220,14 @@ function releases_archlinux() {
# 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.1.0-amd64-cinnamon \
11.1.0-amd64-gnome \
11.1.0-amd64-kde \
11.1.0-amd64-lxde \
11.1.0-amd64-lxqt \
11.1.0-amd64-mate \
11.1.0-amd64-standard \
11.1.0-amd64-xfce
echo cinnamon \
gnome \
kde \
lxde \
lxqt \
mate \
standard \
xfce
}
function releases_elementary() {