mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
trex
This commit is contained in:
@@ -2458,6 +2458,14 @@ torbrowser)
|
||||
appNewVersion=$(curl -fs https://www.torproject.org/download/ | grep "downloadLink" | grep dmg | head -1 | cut -d '"' -f 4 | cut -d / -f 4)
|
||||
expectedTeamID="MADPSAYN6T"
|
||||
;;
|
||||
trex)
|
||||
# credit: Søren Theilgaard (@theilgaard)
|
||||
name="TRex"
|
||||
type="zip"
|
||||
downloadURL=$(downloadURLFromGit amebalabs TRex)
|
||||
appNewVersion=$(versionFromGit amebalabs TRex)
|
||||
expectedTeamID="X93LWC49WV"
|
||||
;;
|
||||
tunnelbear)
|
||||
name="TunnelBear"
|
||||
type="zip"
|
||||
|
||||
Reference in New Issue
Block a user