diff --git a/TODO/all b/TODO/all index a131033..9eedf4e 100644 --- a/TODO/all +++ b/TODO/all @@ -1346,3 +1346,4 @@ zorin 17 education64 zorin 16 core64 zorin 16 lite64 zorin 16 education64 +rhino 2025.1 diff --git a/actions/rhino b/actions/rhino new file mode 100644 index 0000000..f6e87b0 --- /dev/null +++ b/actions/rhino @@ -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}" +} diff --git a/public/rhino b/public/rhino new file mode 100644 index 0000000..240a105 --- /dev/null +++ b/public/rhino @@ -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" +