Add Rhino Linux

This commit is contained in:
zenobit 2025-02-13 17:44:25 +01:00
parent 6d189285c1
commit 2c6fc1915d
3 changed files with 29 additions and 0 deletions

View File

@ -1346,3 +1346,4 @@ zorin 17 education64
zorin 16 core64
zorin 16 lite64
zorin 16 education64
rhino 2025.1

19
actions/rhino Normal file
View File

@ -0,0 +1,19 @@
# 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="-"
function releases_() {
echo 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}"
}

9
public/rhino Normal file
View File

@ -0,0 +1,9 @@
# 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."
HOMEPAGE="https://rhinolinux.org/"
CREDENTIALS="-"
RELEASES="2025.1"