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

13 lines
522 B
Text

INFO="RebornOS|Arch||https://rebornos.org/|Aiming to make Arch Linux as user friendly as possible by providing interface solutions to things you normally have to do in a terminal.";;
function releases_rebornos() {
echo latest
}
function get_rebornos() {
local ISO=""
local HASH=""
ISO=$(wget -q -O- "https://meta.cdn.soulharsh007.dev/RebornOS-ISO?format=json" | jq -r ".url")
HASH=$(wget -q -O- "https://meta.cdn.soulharsh007.dev/RebornOS-ISO?format=json" | jq -r ".md5")
echo "${ISO} ${HASH}"
}