mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
parent
5decab7009
commit
1e98fa7a92
1 changed files with 8 additions and 8 deletions
16
quickget
16
quickget
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue