DistroHopper/public/split
2026-04-17 00:19:15 +02:00

20 lines
592 B
Text

# Template file for 'split'
OSNAME="split"
PRETTY="Split Linux"
BASEDOF="Void Linux"
DESCRIPTION="General operating system optimized for safely navigating hostile environments like the Internet and physical checkpoints"
HOMEPAGE="https://splitlinux.org/"
CREDENTIALS="-"
RELEASES="latest"
function get_() {
local HASH=""
local PART=""
PART=$(curl -sL https://kevcrumb.gitlab.io/split-mklive/ | grep -oP "href='\K[^']+\.iso" | head -1)
HASH=$(curl -sL https://kevcrumb.gitlab.io/split-mklive/ | grep -oP '(?<=<pre>)[a-f0-9]+(?=\s)' | head -1)
echo "${PART} ${HASH}"
}