# Template file for 'storm-os' OSNAME="Storm OS" PRETTY="Storm OS" BASEDOF="" HOMEPAGE="https://techcafe757.wixsite.com/storm-os" DESCRIPTION="An easy, out of the box Arch Linux experience." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://sourceforge.net/projects/hackman-linux/files/latest/download" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }