DistroHopper/OS/openindiana
zen0bit c087af2323 tmp
2024-04-10 21:20:44 +02:00

20 lines
519 B
Text

INFO="OpenIndiana|Solaris,OpenSolaris||https://www.openindiana.org/|Community supported illumos-based operating system.";;
function releases_openindiana(){
echo 20230421
}
function editions_openindiana(){
echo gui text minimal
}
function get_openindiana(){
local HASH=""
local ISO=""
local URL=""
URL="https://dlc.openindiana.org/isos/hipster/${RELEASE}"
ISO="OI-hipster-${EDITION}-${RELEASE}.iso"
HASH=$(wget -q -O- "${URL}/${ISO}.sha256" |cut_1)
echo "${URL}/${ISO} ${HASH}"
}