mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 17:36:40 +00:00
20 lines
592 B
Text
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}"
|
|
}
|
|
|