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 ? # later refactor these DE variants like languages and avoid the arch ?
# all these are available with a "nonfree" option too # all these are available with a "nonfree" option too
function releases_debian() { function releases_debian() {
echo 11.1.0-amd64-cinnamon \ echo cinnamon \
11.1.0-amd64-gnome \ gnome \
11.1.0-amd64-kde \ kde \
11.1.0-amd64-lxde \ lxde \
11.1.0-amd64-lxqt \ lxqt \
11.1.0-amd64-mate \ mate \
11.1.0-amd64-standard \ standard \
11.1.0-amd64-xfce xfce
} }
function releases_elementary() { function releases_elementary() {