mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2026-06-14 09:32:21 +00:00
32 lines
798 B
Text
32 lines
798 B
Text
# Template file for 'slint'
|
|
OSNAME="slint"
|
|
PRETTY="Slint"
|
|
LOGO=""
|
|
ICON=""
|
|
ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/slint.png"
|
|
CATEGORY="advanced"
|
|
BASEDOF="Slackware"
|
|
HOMEPAGE="https://slint.fr"
|
|
DESCRIPTION="Easy-to-use, versatile, blind-friendly Linux distribution for 64-bit computers. Slint is based on Slackware and borrows tools from Salix"
|
|
CREDENTIALS="-"
|
|
GPG=""
|
|
RSS=""
|
|
DW=""
|
|
|
|
function releases_() {
|
|
echo 15.0-10
|
|
}
|
|
|
|
function get_() {
|
|
local HASH=""
|
|
local MAJ_VER=""
|
|
local ISO="slint64-${RELEASE}.iso"
|
|
MAJ_VER="$(echo "${RELEASE}" | cut -d'-' -f 1)"
|
|
local URL="https://slackware.uk/slint/x86_64/slint-${MAJ_VER}/iso"
|
|
HASH=$(web_pipe "${URL}/${ISO}.sha256" | cut -d' ' -f4)
|
|
echo "${URL}/${ISO}" "${HASH}"
|
|
}
|
|
|
|
function config_() {
|
|
echo "disk_size=\"50G\"" >> "${CONF_FILE}"
|
|
}
|