Merge branch 'master' into master

This commit is contained in:
takov751 2022-03-01 15:18:59 +00:00 committed by GitHub
commit ef25357e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 3 deletions

@ -1 +1 @@
Subproject commit 65b307b65bf2cde7afbd37a6d654de066a869508
Subproject commit 87be39d8b8fc18b2d19012e602c19597e640fb1f

View File

@ -179,6 +179,8 @@ xdg-user-dirs (https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
xrandr (https://gitlab.freedesktop.org/xorg/app/xrandr)
.IP \[bu] 2
zsync (http://zsync.moria.org.uk/)
.IP \[bu] 2
unzip (http://www.info-zip.org/UnZip.html)
.SH Usage
.SS Graphical User Interfaces
.PP
@ -296,6 +298,8 @@ All the official Ubuntu flavours are supported, just replace
.IP \[bu] 2
\f[C]freebsd\f[R] (FreeBSD)
.IP \[bu] 2
\f[C]freedos\f[R] (FreeDOS)
.IP \[bu] 2
\f[C]garuda\f[R] (Garuda Linux)
.IP \[bu] 2
\f[C]gentoo\f[R] (Gentoo)

View File

@ -159,6 +159,7 @@ Requirements
- [xdg-user-dirs](https://www.freedesktop.org/wiki/Software/xdg-user-dirs/)
- [xrandr](https://gitlab.freedesktop.org/xorg/app/xrandr)
- [zsync](http://zsync.moria.org.uk/)
- [unzip](http://www.info-zip.org/UnZip.html)
Usage
=====
@ -250,6 +251,7 @@ Other Operating Systems
- `elementary` (elementary OS)
- `fedora` (Fedora)
- `freebsd` (FreeBSD)
- `freedos` (FreeDOS)
- `garuda` (Garuda Linux)
- `gentoo` (Gentoo)
- `ghostbsd` (GhostBSD)

View File

@ -121,6 +121,8 @@ All the official Ubuntu flavours are supported, just replace
.IP \[bu] 2
\f[C]freebsd\f[R] (FreeBSD)
.IP \[bu] 2
\f[C]freedos\f[R] (FreeDOS)
.IP \[bu] 2
\f[C]garuda\f[R] (Garuda Linux)
.IP \[bu] 2
\f[C]gentoo\f[R] (Gentoo)

View File

@ -107,6 +107,7 @@ Other Operating Systems
- `elementary` (elementary OS)
- `fedora` (Fedora)
- `freebsd` (FreeBSD)
- `freedos` (FreeDOS)
- `garuda` (Garuda Linux)
- `gentoo` (Gentoo)
- `ghostbsd` (GhostBSD)

View File

@ -493,7 +493,6 @@ function releases_manjaro() {
kde \
budgie \
cinnamon \
deepin \
i3 \
mate
}
@ -1283,7 +1282,8 @@ function get_opensuse() {
ISO="openSUSE-Leap-${RELEASE}-DVD-x86_64-Current.iso"
URL="https://download.opensuse.org/distribution/leap/${RELEASE}/iso"
fi
HASH=$(wget -q -O- "${URL}/${ISO}.sha256"|awk '{if(NR==4) print $0}'|cut -d' ' -f1)
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" |awk '{if(NR==4) print $0}'|cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}