# Template file for 'porteus' OSNAME="porteus" PRETTY="Porteus" BASEDOF="Slackware" DESCRIPTION="Complete linux operating system that is optimized to run from CD, USB flash drive, hard drive, or other bootable storage media" HOMEPAGE="http://www.porteus.org" CREDENTIALS="-" RELEASES="5.01" EDITIONS="xfce openbox mate lxqt lxde kde gnome cinnamon" function get_() { local HASH="" local ISO="" local URL="" edition="${EDITION~~}" ISO="Porteus-${edition}-v${RELEASE}-x86_64.iso" URL="https://mirrors.dotsrc.org/porteus/x86_64/Porteus-v${RELEASE}" HASH=$(web_pipe "${URL}/sha256sums.txt" | grep "${ISO}" | cut -d' ' -f1) echo "${URL}/${ISO} ${HASH}" }