mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
8 lines
314 B
Bash
8 lines
314 B
Bash
protonvpn)
|
|
name="ProtonVPN"
|
|
type="dmg"
|
|
downloadURL=$(curl -fs "https://protonvpn.com/download" | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" | grep dmg | tail -1)
|
|
expectedTeamID="J6S6Q257EK"
|
|
appNewVersion=$(echo $downloadURL | awk -F\_ '{print $3}' | awk -F\. '{print $1"."$2"."$3}')
|
|
;;
|