Go to file
Can202 2a39ad5350 prepare README.md to v1.0 2021-08-05 19:16:03 -04:00
extras tar extract tar.xz to palemoon 2021-08-05 19:08:35 -04:00
media Update firefox-can 2021-07-16 18:24:57 -04:00
versions palemoon 2021-08-05 18:59:17 -04:00
LICENSE Initial commit 2021-06-18 15:28:01 -04:00
README.md prepare README.md to v1.0 2021-08-05 19:16:03 -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/v1.0/firefox_installer_64 | sh
  • 32-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/firefox_installer_32 | sh

Thunderbird

Run this in terminal (NOT ROOT)

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

SeaMonkey

Run this in terminal (NOT ROOT)

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

Waterfox

Run this in terminal (NOT ROOT)

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

Palemoon

Run this in terminal (NOT ROOT)

  • 64-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/palemoon/palemoon_installer_64 | sh

ESR

Run this in terminal (NOT ROOT)

  • 64-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/firefox-esr/firefox-esr_installer_64 | sh
  • 32-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/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/v1.0/extras/firefox-developer/firefox-developer_installer_64 | sh
  • 32-bits
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/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