DistroHopper/results/primtux.txt
2025-09-07 13:26:36 +00:00

27 lines
736 B
Text

primtux
primtux 7 2022-10: https://sourceforge.net/projects/primtux/files/Distribution/PrimTux7-amd64-2022-10.iso
# Template file for 'primtux'
OSNAME="primtux"
PRETTY="PrimTux"
BASEDOF="Ubuntu"
DESCRIPTION="Complete and customizable GNU/Linux operating system intended for primary school students and suitable even for older hardware"
HOMEPAGE="https://primtux.fr"
CREDENTIALS="-"
RELEASES="7"
EDITIONS="2022-10"
function get_() {
local HASH=""
local URL=""
local ISO=""
ISO="PrimTux${RELEASE}-amd64-${EDITION}.iso"
URL="https://sourceforge.net/projects/primtux/files/Distribution"
HASH=$(web_pipe "${URL}/${ISO}.md5" | grep "${ISO}" | cut -d' ' -f1)
echo "${URL}/${ISO} ${HASH}"
}