mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
9 lines
431 B
Bash
9 lines
431 B
Bash
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 | head -1 | cut -d '"' -f 4)
|
|
appNewVersion=$(curl -fs https://www.torproject.org/download/ | grep "downloadLink" | grep dmg | head -1 | cut -d '"' -f 4 | cut -d / -f 4)
|
|
expectedTeamID="MADPSAYN6T"
|
|
;;
|