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