mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-14 05:11:57 +00:00
10 lines
727 B
Bash
10 lines
727 B
Bash
firefox_da)
|
|
name="Firefox"
|
|
type="dmg"
|
|
downloadURL="https://download.mozilla.org/?product=firefox-latest&os=osx&lang=da"
|
|
appNewVersion=$(curl -fs https://www.mozilla.org/en-US/firefox/releases/ | grep '<html' | grep -o -i -e "data-latest-firefox=\"[0-9.]*\"" | cut -d '"' -f2)
|
|
expectedTeamID="43AQ936H96"
|
|
blockingProcesses=( firefox )
|
|
printlog "WARNING for ERROR: Label firefox, firefox_da and firefox_intl should not be used. Instead use firefoxpkg and firefoxpkg_intl as per recommendations from Firefox. It's not fully certain that the app actually gets updated here. firefoxpkg and firefoxpkg_intl will have built in updates and make sure the client is updated in the future." REQ
|
|
;;
|