Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 969 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 969 Bytes

firefox_update

This script help you to install an update your firefox on debian GNU linux. If you have problems updating your firefox on debian this is your script. Features:

  1. Automatically detects the system core (32bits or 64bits)
  2. Works for install and for update
  3. Automatic detection of firefox versions

How to use

For use the script execute in a bash shell ./check_firefox or source check_firefox

Automatic updates

To automatically check and install the new Firefox version, the script could be added as a weekly Cron job.

touch /etc/cron.weekly/check_firefox

chmod 755 /etc/cron.weekly/check_firefox

Firefox language version

You may change the Firefox language version from default US for example to French:

sed -i "s/en-US/fr/g" /etc/cron.weekly/check_firefox

All Firefox language versions are listed here: https://ftp.mozilla.org/pub/firefox/releases/latest/README.txt