mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-09 13:21:53 +00:00
added firefoxpkg and firefoxesrpkg
This commit is contained in:
@@ -252,7 +252,21 @@ case $label in
|
|||||||
firefox)
|
firefox)
|
||||||
name="Firefox"
|
name="Firefox"
|
||||||
type="dmg"
|
type="dmg"
|
||||||
downloadURL="https://download.mozilla.org/?product=firefox-latest&os=osx&lang=en-US"
|
downloadURL="https://download.mozilla.org/?product=firefox-latest&os=osx&lang=en-US"
|
||||||
|
expectedTeamID="43AQ936H96"
|
||||||
|
blockingProcesses=( firefox )
|
||||||
|
;;
|
||||||
|
firefoxpkg)
|
||||||
|
name="Firefox"
|
||||||
|
type="pkg"
|
||||||
|
downloadURL="https://download.mozilla.org/?product=firefox-pkg-latest-ssl&os=osx&lang=en-US"
|
||||||
|
expectedTeamID="43AQ936H96"
|
||||||
|
blockingProcesses=( firefox )
|
||||||
|
;;
|
||||||
|
firefoxesrpkg)
|
||||||
|
name="Firefox"
|
||||||
|
type="pkg"
|
||||||
|
downloadURL="https://download.mozilla.org/?product=firefox-esr-pkg-latest-ssl&os=osx"
|
||||||
expectedTeamID="43AQ936H96"
|
expectedTeamID="43AQ936H96"
|
||||||
blockingProcesses=( firefox )
|
blockingProcesses=( firefox )
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -16,6 +16,8 @@ docker
|
|||||||
dropbox
|
dropbox
|
||||||
eraseinstall
|
eraseinstall
|
||||||
firefox
|
firefox
|
||||||
|
firefoxesrpkg
|
||||||
|
firefoxpkg
|
||||||
githubdesktop
|
githubdesktop
|
||||||
googlechrome
|
googlechrome
|
||||||
googlechromepkg
|
googlechromepkg
|
||||||
|
|||||||
Reference in New Issue
Block a user