FirefoxInstallerLinux/README.md

2.1 KiB

FirefoxInstallerLinux

Firefox Installer to have automatic updates

Dependencies

  • wget
  • git
  • tar

Commands

  • --help

see available commands

  • --remove

remove firefox

  • do [command]

send a firefox command

  • do --help

see firefox commands

Firefox

Run this in terminal (NOT ROOT)

  • 64-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox_installer_64 | sh
  • 32-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox_installer_32 | sh

Thunderbird

Run this in terminal (NOT ROOT)

  • 64-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/thunderbird_installer_64 | sh
  • 32-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/thunderbird_installer_32 | sh

SeaMonkey

Run this in terminal (NOT ROOT)

  • 64-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/seamonkey_installer_64 | sh
  • 32-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/seamonkey_installer_32 | sh

Waterfox

Run this in terminal (NOT ROOT)

  • 64-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/waterfox_installer_64 | sh

Firefox ESR

Run this in terminal (NOT ROOT)

  • 64-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-esr_installer_64 | sh
  • 32-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-esr_installer_32 | sh

Firefox Developer

Run this in terminal (NOT ROOT)

  • 64-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-developer_installer_64 | sh
  • 32-bits
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.8/firefox-developer_installer_32 | sh