Files
Installomator/fragments/labels/pritunl.sh
nestyurkin c302cf6376 Create Pritunl
Label for Pritunl
2021-12-28 19:22:11 +03:00

14 lines
469 B
Bash

pritunl)
name="Pritunl"
type="pkgInZip"
if [[ $(arch) == "arm64" ]]; then
archiveName="Pritunl.arm64.pkg.zip"
downloadURL=$(downloadURLFromGit pritunl pritunl-client-electron)
elif [[ $(arch) == "i386" ]]; then
archiveName="Pritunl.pkg.zip"
downloadURL=$(downloadURLFromGit pritunl pritunl-client-electron)
fi
appNewVersion=$(versionFromGit pritunl pritunl-client-electron)
expectedTeamID="U22BLATN63"
;;