mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
459 B
Bash
10 lines
459 B
Bash
egnyte)
|
|
# credit: #MoeMunyoki from MacAdmins Slack
|
|
name="Egnyte Connect"
|
|
type="pkg"
|
|
downloadURL="https://egnyte-cdn.egnyte.com/egnytedrive/mac/en-us/latest/EgnyteConnectMac.pkg"
|
|
appNewVersion=$(curl -fs "https://egnyte-cdn.egnyte.com/egnytedrive/mac/en-us/versions/default.xml" | xpath '(//rss/channel/item/enclosure/@sparkle:shortVersionString)[1]' | cut -d '"' -f 2)
|
|
expectedTeamID="FELUD555VC"
|
|
blockingProcesses=( NONE )
|
|
;;
|