DistroHopper/results/solus.txt
2025-11-13 22:43:05 +01:00

24 lines
511 B
Text

solus
# Template file for 'solus'
OSNAME="solus"
PRETTY="Solus"
BASEDOF="-"
DESCRIPTION="Designed for home computing. Every tweak enables us to deliver a cohesive computing experience"
HOMEPAGE="https://getsol.us"
CREDENTIALS="-"
RELEASES=""
EDITIONS=""
function get_() {
local HASH=""
local ISO="Solus-${EDITION}-Release-${RELEASE}.iso"
local URL="https://downloads.getsol.us/isos/${RELEASE}"
HASH=$(web_pipe "${URL}/${ISO}.sha256sum" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}