# Template file for 'slint' OSNAME="slint" PRETTY="Slint" LOGO="" ICON="" ICON_ONLINE="https://distrowatch.com/images/yvzhuwbpy/slint.png" CATEGORY="advanced" BASEDOF="Slackware" DESCRIPTION="Easy-to-use, versatile, blind-friendly Linux distribution for 64-bit computers. Slint is based on Slackware and borrows tools from Salix" HOMEPAGE="https://slint.fr" CREDENTIALS="-" GPG="" RSS="" DW="" MAGNET="" CHAT="" RELEASES="15.0-10" QEMU_ARCH="amd64" releases_() { echo 15.0-10 } 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}" } config_() { echo "disk_size=\"50G\"" >> "${CONF_FILE}" }