Skip to content

Commit

Permalink
style: Sort OS releases alphabeticaly
Browse files Browse the repository at this point in the history
archcraft
archlinux
batocera
bunselabs
macos
manjaro
mxlinux
  • Loading branch information
zen0bit committed Apr 17, 2024
1 parent 8768283 commit 139fb58
Showing 1 changed file with 23 additions and 30 deletions.
53 changes: 23 additions & 30 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -751,11 +751,11 @@ function editions_antix() {
echo net-sysv core-sysv base-sysv full-sysv net-runit core-runit base-runit full-runit
}

function releases_archlinux() {
function releases_archcraft() {
echo latest
}

function releases_archcraft() {
function releases_archlinux() {
echo latest
}

Expand Down Expand Up @@ -810,6 +810,10 @@ function releases_athenaos() {
wget -q -O- 'https://sourceforge.net/projects/athena-iso/rss?path=/' | grep '.iso/download"' | cut -d'=' -f5 | cut -d'"' -f2 | cut -d'/' -f7 | cut -d'v' -f2 | sed ':a;N;$!ba;s/\n/ /g'
}

function releases_batocera() {
echo latest
}

function releases_bazzite() {
echo $(wget -q -O- "https://api.github.com/repos/ublue-os/bazzite/releases" | grep 'download_url' | grep 'sum' | cut -d '/' -f8 | cut -d'v' -f2 | tr '\n' ' ')
}
Expand All @@ -830,10 +834,6 @@ function editions_blendos() {
echo "${BLENDOS_EDITIONS}"
}

function releases_bunsenlabs() {
echo latest
}

function releases_bodhi() {
echo 7.0.0
}
Expand All @@ -842,6 +842,10 @@ function editions_bodhi() {
echo standard hwe s76
}

function releases_bunsenlabs() {
echo latest
}

function releases_cachyos() {
echo latest
}
Expand Down Expand Up @@ -923,11 +927,7 @@ function editions_endless() {
}

function releases_fedora() {
echo 39 38
}

function releases_batocera() {
echo latest
echo 39 38
}

function editions_fedora() {
Expand Down Expand Up @@ -1039,6 +1039,10 @@ function releases_lmde(){
echo 5
}

function releases_macos() {
echo high-sierra mojave catalina big-sur monterey ventura sonoma
}

function releases_mageia(){
echo 8
}
Expand All @@ -1047,31 +1051,20 @@ function editions_mageia(){
echo Plasma GNOME Xfce
}

function releases_mxlinux(){
echo 21.3
}

function editions_mxlinux(){
echo Xfce KDE Fluxbox
}

function editions_manjaro(){
echo full minimal
}

function releases_macos() {
echo high-sierra mojave catalina big-sur monterey ventura sonoma
function releases_manjaro() {
echo xfce gnome plasma budgie cinnamon i3 mate sway
}

function releases_manjaro() {
echo xfce \
gnome \
plasma \
budgie \
cinnamon \
i3 \
mate \
sway
function releases_mxlinux(){
echo 21.3
}

function editions_mxlinux(){
echo Xfce KDE Fluxbox
}

function releases_netboot() {
Expand Down

0 comments on commit 139fb58

Please sign in to comment.