From 88bcc87fd73dad34932a3dcd999c21ad9183ee68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Tue, 18 May 2021 20:57:27 +0200 Subject: [PATCH] Firefox intl explained --- Installomator.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Installomator.sh b/Installomator.sh index 6450407..399a7c5 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1356,6 +1356,8 @@ firefox_da) blockingProcesses=( firefox ) ;; firefox_intl) + # This label will try to figure out the selected language of the user, + # and install corrosponding version of Firefox name="Firefox" type="dmg" userLanguage=$(runAsUser defaults read .GlobalPreferences AppleLocale) @@ -1386,6 +1388,8 @@ firefoxesrpkg) blockingProcesses=( firefox ) ;; firefoxesr_intl) + # This label will try to figure out the selected language of the user, + # and install corrosponding version of Firefox ESR name="Firefox" type="dmg" userLanguage=$(runAsUser defaults read .GlobalPreferences AppleLocale)