mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 13:21:53 +00:00
Tor Browser label
With version checking
This commit is contained in:
@@ -621,6 +621,14 @@ case $label in
|
|||||||
downloadURL="https://laptop-updates.brave.com/latest/osx"
|
downloadURL="https://laptop-updates.brave.com/latest/osx"
|
||||||
expectedTeamID="9BNSXJN65R"
|
expectedTeamID="9BNSXJN65R"
|
||||||
;;
|
;;
|
||||||
|
torbrowser)
|
||||||
|
# credit: Søren Theilgaard (@theilgaard)
|
||||||
|
name="Tor Browser"
|
||||||
|
type="dmg"
|
||||||
|
downloadURL=https://www.torproject.org$(curl -fs https://www.torproject.org/download/ | grep "downloadLink" | grep dmg | cut -d '"' -f 4)
|
||||||
|
appNewVersion=$(curl -fs https://www.torproject.org/download/ | grep "downloadLink" | grep dmg | cut -d '"' -f 4 | cut -d / -f 4)
|
||||||
|
expectedTeamID="MADPSAYN6T"
|
||||||
|
;;
|
||||||
umbrellaroamingclient)
|
umbrellaroamingclient)
|
||||||
# credit: Tadayuki Onishi (@kenchan0130)
|
# credit: Tadayuki Onishi (@kenchan0130)
|
||||||
name="Umbrella Roaming Client"
|
name="Umbrella Roaming Client"
|
||||||
|
|||||||
Reference in New Issue
Block a user