This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Configure the following variables according to your requirements | |
version="24.0" # chose from http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/ | |
language="en-US" # e.g. "de" or "en-US" | |
######################################################## | |
application="firefox" # "thunderbird" or "firefox" but file extension, archive extraction, and binary execution needs to be adapted as well see filenames at http://download.cdn.mozilla.net/pub/mozilla.org/ |