Skip to content

Commit d2249a4

Browse files
authored
Update Installomator.sh
added diabrowser label to script
1 parent 149d624 commit d2249a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Installomator.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3801,6 +3801,13 @@ devonthink)
38013801
appNewVersion=$( echo ${downloadURL} | tr '/' '\n' | grep "[0-9]" | grep "[.]" | head -1 )
38023802
expectedTeamID="679S2QUWR8"
38033803
;;
3804+
diabrowser)
3805+
name="Dia"
3806+
type="dmg"
3807+
downloadURL="https://releases.diabrowser.com/release/Dia-latest.dmg"
3808+
appNewVersion="$(curl -fsIL https://releases.diabrowser.com/release/Dia-latest.dmg | grep -i ^location | sed -E 's/.*-([0-9]+\.[0-9]+\.[0-9]+-[0-9]+).*/\1/')"
3809+
expectedTeamID="S6N382Y83G"
3810+
;;
38043811
dialog|\
38053812
swiftdialog)
38063813
name="Dialog"

0 commit comments

Comments
 (0)