mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-30 06:13:11 +01:00
changed fragments to .sh extension
This commit is contained in:
8
fragments/labels/torbrowser.sh
Normal file
8
fragments/labels/torbrowser.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
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"
|
||||
;;
|
||||
Reference in New Issue
Block a user