#!/bin/shPKGNAME=portmasterSUPPORTEDARCHES="x86_64"VERSION="$2"DESCRIPTION="Portmaster from the official site"URL="https://safing.io/".$(dirname$0)/common.sh
pkgtype="$(epm print info -p)"case"$pkgtype"inrpm|deb);;*)pkgtype="deb";;esacPKGURL="https://updates.safing.io/latest/linux_amd64/packages/portmaster-installer.$pkgtype"