mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-25 21:03:56 +00:00
Merge pull request #358 from nestyurkin/nestyurkin-patch-1
Create Pritunl
This commit is contained in:
13
fragments/labels/pritunl.sh
Normal file
13
fragments/labels/pritunl.sh
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
pritunl)
|
||||||
|
name="Pritunl"
|
||||||
|
type="pkgInZip"
|
||||||
|
packageID="com.pritunl.pkg.Pritunl"
|
||||||
|
if [[ $(arch) == "arm64" ]]; then
|
||||||
|
archiveName="Pritunl.arm64.pkg.zip"
|
||||||
|
elif [[ $(arch) == "i386" ]]; then
|
||||||
|
archiveName="Pritunl.pkg.zip"
|
||||||
|
fi
|
||||||
|
downloadURL=$(downloadURLFromGit pritunl pritunl-client-electron)
|
||||||
|
appNewVersion=$(versionFromGit pritunl pritunl-client-electron)
|
||||||
|
expectedTeamID="U22BLATN63"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user