mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
25 lines
731 B
Text
25 lines
731 B
Text
rhino
|
|
|
|
rhino 2025.1: https://sourceforge.net/projects/rhino-linux-builder/files/2025.1/Rhino-Linux-2025.1-amd64.iso
|
|
|
|
# Template file for 'rhino'
|
|
OSNAME="rhino"
|
|
PRETTY="Rhino Linux"
|
|
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="-"
|
|
|
|
|
|
RELEASES="2025.1"
|
|
|
|
|
|
function 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/download" | grep "(${ISO}" | cut -d' ' -f1)"
|
|
echo "${URL}/${ISO} ${HASH}"
|
|
}
|
|
|
|
|