mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-15 21:03:13 +00:00
7
fragments/labels/protonvpn.sh
Normal file
7
fragments/labels/protonvpn.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
protonvpn)
|
||||
name="ProtonVPN"
|
||||
type="dmg"
|
||||
downloadURL=$(curl -fs "https://protonvpn.com/download" | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*\.dmg" | head -1)
|
||||
appNewVersion=$(echo $downloadURL | sed -e 's/^.*\/Proton.*_v\([0-9.]*\)\.dmg/\1/g')
|
||||
expectedTeamID="J6S6Q257EK"
|
||||
;;
|
||||
Reference in New Issue
Block a user