# Template file for 'zorin-os' OSNAME="Zorin OS" PRETTY="Zorin OS" BASEDOF="" HOMEPAGE="https://zorin.com/os/" DESCRIPTION="Easy transition from Windows to Linux." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://zorin.mirrors.itworxx.de/17/Zorin-OS-17.2-Core-64-bit.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }