Skip to content

Commit

Permalink
AU: 2 updated - Firefox thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 14, 2021
1 parent 3209df3 commit bdb9f9f
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 234 deletions.
24 changes: 14 additions & 10 deletions automatic/firefox/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/firefox.png" width="48" height="48"/> [FirefoxESR](https://chocolatey.org/packages/FirefoxESR)

# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/firefox.png" width="48" height="48"/> [Firefox](https://chocolatey.org/packages/Firefox)

Bringing together all kinds of awesomeness to make browsing better for you.

## Features

**This Package installs Firefox ESR**
- A powerful, new engine that’s built for rapidfire performance.
- Better, faster page loading that uses less computer memory.
- Gorgeous design and smart features for intelligent browsing.
Expand All @@ -14,13 +12,16 @@ Bringing together all kinds of awesomeness to make browsing better for you.
- Firefox Quantum features: screenshots, pocket, gaming & VR, library.
- Customization Features - addons & extensions, themes, toolbar.
- Synced across devices - passwords, bookmarks, tabs and more.
- Ad tracker blocking
- Ad tracker blocking.
- Password manager.

## Package Parameters

- `/l:LOCALE` - Install given Firefox locale. See the [official page](https://releases.mozilla.org/pub/firefox/releases/latest/README.txt) for a complete list of available locales.
- `/UseMozillaFallback` Makes a request to mozilla.org and reads the supported Language Culture code from the website.

Command-line options for installer configuration. See the [official page](https://firefox-source-docs.mozilla.org/browser/installer/windows/installer/FullConfig.html) for details and defaults.

- `/InstallDir:PATH`
- `/NoTaskbarShortcut` Do not create Taskbar Shortcut
- `/NoDesktopShortcut` Do not create Desktop Shortcut
Expand All @@ -30,14 +31,17 @@ Command-line options for installer configuration. See the [official page](https:
- `/NoAutoUpdate` Sets a policies.json file to not update Firefox and does not install the Maintenance Service

### Examples
`choco install Firefox --params "/l:en-GB"`\
`choco install Firefox --params "/NoTaskbarShortcut /NoDesktopShortcut /NoAutoUpdate"`\

`choco install Firefox --params "/l:en-GB"`
`choco install Firefox --params "/NoTaskbarShortcut /NoDesktopShortcut /NoAutoUpdate"`
`choco install Firefox --params "/l:en-GB /RemoveDistributionDir"`

## Notes

- Looking for Firefox Developer Edition? Install the [firefox-dev](/packages/firefox-dev) package.
- Looking for Firefox for Personal Use? Install the [Firefox](/packages/Firefox) package.
- If locale package parameter is not present, this package installs Firefox ESR in the first language which matches this list:
1. If Firefox ESR is already installed it uses the same language as the already installed one.
- Looking for Firefox Extended Support Release? Install the [FirefoxESR](/packages/FirefoxESR) package.
- If locale package parameter is not present, this package installs Firefox in the first language which matches this list:
1. If Firefox is already installed it uses the same language as the already installed one.
1. The Windows system language.
1. If Firefox ESR does not support the system language, it will fall back to `en-US`.
1. Language Culture code specified on Mozilla website (only when `/UseMozillaFallback` is specified).
1. If Firefox does not support the system language, it will fall back to `en-US`.
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "93.0.0.20211011",
"latest": "93.0.0.20211014",
"esr": "78.15.0.20211011"
}
34 changes: 19 additions & 15 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,22 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>78.15.0.20211011</version>
<version>93.0.0.20211014</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
<docsUrl>https://developer.mozilla.org/en-US/Firefox</docsUrl>
<bugTrackerUrl>https://bugzilla.mozilla.org/</bugTrackerUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@8a7376cf4e5b7cde0eb1c6a608529601bfcd9546/icons/firefox.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@8a7376cf4e5b7cde0eb1c6a608529601bfcd9546/icons/firefox.svg</iconUrl>
<licenseUrl>https://www.mozilla.org/en-US/MPL/2.0/</licenseUrl>
<id>FirefoxESR</id>
<id>Firefox</id>
<title>Mozilla Firefox</title>
<owners>chocolatey-community</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Bringing together all kinds of awesomeness to make browsing better for you.
<description><![CDATA[Bringing together all kinds of awesomeness to make browsing better for you.
## Features
**This Package installs Firefox ESR**
- A powerful, new engine that’s built for rapidfire performance.
- Better, faster page loading that uses less computer memory.
- Gorgeous design and smart features for intelligent browsing.
Expand All @@ -28,13 +26,16 @@ Bringing together all kinds of awesomeness to make browsing better for you.
- Firefox Quantum features: screenshots, pocket, gaming & VR, library.
- Customization Features - addons & extensions, themes, toolbar.
- Synced across devices - passwords, bookmarks, tabs and more.
- Ad tracker blocking
- Ad tracker blocking.
- Password manager.
## Package Parameters
- `/l:LOCALE` - Install given Firefox locale. See the [official page](https://releases.mozilla.org/pub/firefox/releases/latest/README.txt) for a complete list of available locales.
- `/UseMozillaFallback` Makes a request to mozilla.org and reads the supported Language Culture code from the website.
Command-line options for installer configuration. See the [official page](https://firefox-source-docs.mozilla.org/browser/installer/windows/installer/FullConfig.html) for details and defaults.
- `/InstallDir:PATH`
- `/NoTaskbarShortcut` Do not create Taskbar Shortcut
- `/NoDesktopShortcut` Do not create Desktop Shortcut
Expand All @@ -44,22 +45,25 @@ Command-line options for installer configuration. See the [official page](https:
- `/NoAutoUpdate` Sets a policies.json file to not update Firefox and does not install the Maintenance Service
### Examples
`choco install Firefox --params "/l:en-GB"`\
`choco install Firefox --params "/NoTaskbarShortcut /NoDesktopShortcut /NoAutoUpdate"`\
`choco install Firefox --params "/l:en-GB"`
`choco install Firefox --params "/NoTaskbarShortcut /NoDesktopShortcut /NoAutoUpdate"`
`choco install Firefox --params "/l:en-GB /RemoveDistributionDir"`
## Notes
- Looking for Firefox Developer Edition? Install the [firefox-dev](/packages/firefox-dev) package.
- Looking for Firefox for Personal Use? Install the [Firefox](/packages/Firefox) package.
- If locale package parameter is not present, this package installs Firefox ESR in the first language which matches this list:
1. If Firefox ESR is already installed it uses the same language as the already installed one.
- Looking for Firefox Extended Support Release? Install the [FirefoxESR](/packages/FirefoxESR) package.
- If locale package parameter is not present, this package installs Firefox in the first language which matches this list:
1. If Firefox is already installed it uses the same language as the already installed one.
1. The Windows system language.
1. If Firefox ESR does not support the system language, it will fall back to `en-US`.
1. Language Culture code specified on Mozilla website (only when `/UseMozillaFallback` is specified).
1. If Firefox does not support the system language, it will fall back to `en-US`.
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/78.15.0/releaseNotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/firefox</packageSourceUrl>
<releaseNotes>https://www.mozilla.org/en-US/firefox/93.0/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
Loading

0 comments on commit bdb9f9f

Please sign in to comment.