Go to file
Can202 c435e715ae fix links 2021-08-02 09:12:55 -04:00
extras v0.8 to v0.9 2021-08-02 09:04:57 -04:00
media Update firefox-can 2021-07-16 18:24:57 -04:00
versions versions 2021-08-02 08:33:03 -04:00
LICENSE Initial commit 2021-06-18 15:28:01 -04:00
README.md fix links 2021-08-02 09:12:55 -04:00
firefox_installer_32 v0.8 to v0.9 2021-08-02 09:04:57 -04:00
firefox_installer_64 v0.8 to v0.9 2021-08-02 09:04:57 -04:00

README.md

FirefoxInstallerLinux

Firefox Installer to have automatic updates

Dependencies

  • git
  • tar
  • curl

Firefox

Run this in terminal (NOT ROOT)

  • 64-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/firefox_installer_64 | sh
  • 32-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/firefox_installer_32 | sh

Thunderbird

Run this in terminal (NOT ROOT)

  • 64-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/thunderbird/thunderbird_installer_64 | sh
  • 32-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/thunderbird/thunderbird_installer_32 | sh

SeaMonkey

Run this in terminal (NOT ROOT)

  • 64-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/seamonkey/seamonkey_installer_64 | sh
  • 32-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/seamonkey/seamonkey_installer_32 | sh

Waterfox

Run this in terminal (NOT ROOT)

  • 64-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/waterfox/waterfox_installer_64 | sh

ESR

Run this in terminal (NOT ROOT)

  • 64-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-esr/firefox-esr_installer_64 | sh
  • 32-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-esr/firefox-esr_installer_32 | sh

Developer

Run this in terminal (NOT ROOT)

  • 64-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-developer/firefox-developer_installer_64 | sh
  • 32-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-developer/firefox-developer_installer_32 | sh

commands to use specific things with this apps

  • --help

see available commands

  • --remove

remove firefox

  • do [command]

send a firefox command

  • do --help

see firefox commands