mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 09:32:21 +00:00
31 lines
939 B
Text
31 lines
939 B
Text
# Template file for 'rhino'
|
|
OSNAME="rhino"
|
|
PRETTY="Rhino Linux"
|
|
LOGO=""
|
|
ICON="rhino.svg"
|
|
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/rhino.png"
|
|
CATEGORY="Beginner"
|
|
BASEDOF="Ubuntu"
|
|
DESCRIPTION="Re-invents the Ubuntu experience as a rolling-release distribution built on a stable desktop environment. With Pacstall & XFCE"
|
|
HOMEPAGE="https://rhinolinux.org/"
|
|
CREDENTIALS="-"
|
|
GPG=""
|
|
RSS="https://sourceforge.net/projects/rhino-linux-builder/rss?path=/"
|
|
DW=""
|
|
MAGNET=""
|
|
CHAT=""
|
|
|
|
RELEASES="2025.4 2025.3 2025.2 2025.1 2024.2 2024.1 2023.4 2023.3 2023.2 2023.1"
|
|
QEMU_ARCH="amd64"
|
|
|
|
releases_() {
|
|
echo 2025.4 2025.3 2025.2 2025.1 2024.2 2024.1 2023.4 2023.3 2023.2 2023.1
|
|
}
|
|
|
|
get_() {
|
|
local HASH=""
|
|
local ISO="Rhino-Linux-${RELEASE}-amd64.iso"
|
|
local URL="https://sourceforge.net/projects/rhino-linux-builder/files/${RELEASE}"
|
|
HASH="$(web_pipe "${URL}/${ISO}.sha256" | grep "(${ISO}" | cut -d' ' -f1)"
|
|
echo "${URL}/${ISO} ${HASH}"
|
|
}
|