Add Rhino Linux
This commit is contained in:
parent
6d189285c1
commit
2c6fc1915d
1
TODO/all
1
TODO/all
|
|
@ -1346,3 +1346,4 @@ zorin 17 education64
|
|||
zorin 16 core64
|
||||
zorin 16 lite64
|
||||
zorin 16 education64
|
||||
rhino 2025.1
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
}
|
||||
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue