# Template file for 'pop-os' OSNAME="Pop!_OS" PRETTY="Pop!_OS" BASEDOF="" HOMEPAGE="https://pop.system76.com/" DESCRIPTION="Powerful Linux for productivity and gaming." CREDENTIALS="-" function releases_() { } function editions_() { } function get_() { local ISO="" local HASH="" local URL="https://iso.pop-os.org/22.04/amd64/intel/43/pop-os_22.04_amd64_intel_43.iso" local DATA="" if [[ -n "$URL" ]]; then ISO="${URL##*/}" VM_PATH="" echo "download="$URL"" echo "iso="$ISO"" fi }