mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Merge remote-tracking branch 'abe101/master' into merging-updated-distros
This commit is contained in:
commit
f15f011ad1
1 changed files with 8 additions and 8 deletions
16
quickget
16
quickget
|
@ -228,14 +228,14 @@ function releases_arcolinux() {
|
||||||
# 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 11.2.0-amd64-cinnamon \
|
||||||
11.1.0-amd64-gnome \
|
11.2.0-amd64-gnome \
|
||||||
11.1.0-amd64-kde \
|
11.2.0-amd64-kde \
|
||||||
11.1.0-amd64-lxde \
|
11.2.0-amd64-lxde \
|
||||||
11.1.0-amd64-lxqt \
|
11.2.0-amd64-lxqt \
|
||||||
11.1.0-amd64-mate \
|
11.2.0-amd64-mate \
|
||||||
11.1.0-amd64-standard \
|
11.2.0-amd64-standard \
|
||||||
11.1.0-amd64-xfce
|
11.2.0-amd64-xfce
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_elementary() {
|
function releases_elementary() {
|
||||||
|
|
Loading…
Reference in a new issue