mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
10 lines
348 B
Plaintext
10 lines
348 B
Plaintext
onionshare)
|
|
# credit: Søren Theilgaard (@theilgaard)
|
|
name="OnionShare"
|
|
type="dmg"
|
|
downloadURL="https://onionshare.org$(curl -fs https://onionshare.org | grep "button.*dmg" | tr '"' '
|
|
' | grep ".dmg")"
|
|
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z]*-([0-9.]*)\..*/\1/g' )
|
|
expectedTeamID="N9B95FDWH4"
|
|
;;
|