mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
25 lines
618 B
Text
25 lines
618 B
Text
maboxlinux
|
|
|
|
maboxlinux latest: https://cfhcable.dl.sourceforge.net/project/mabox-linux/25.04/linux61/mabox-linux-25.04-Istredd-250430-linux61.iso
|
|
|
|
# Template file for 'maboxlinux'
|
|
OSNAME="maboxlinux"
|
|
PRETTY="Mabox Linux"
|
|
BASEDOF="Manjaro"
|
|
DESCRIPTION="Lightweight, functional and easy to customize Openbox desktop"
|
|
HOMEPAGE="https://maboxlinux.org"
|
|
CREDENTIALS="-"
|
|
|
|
|
|
RELEASES="latest"
|
|
|
|
|
|
function get_() {
|
|
local HASH=""
|
|
local URL=""
|
|
URL="https://sourceforge.net/projects/mabox-linux/files/${RELEASE}/download"
|
|
URL="$(web_redirect "${URL}" | cut -d? -f1)"
|
|
echo "${URL} ${HASH}"
|
|
}
|
|
|
|
|