Skip to content

v0.2

Compare
Choose a tag to compare
@Can202 Can202 released this 20 Jun 01:49
· 54 commits to main since this release

Instructions

Option 1

  1. Download the installer:
  1. Make it executable

  2. Run in terminal

Option 2

  1. run this in terminal as root (or with an admin user)
  • 64-bits
sudo ls && cd /tmp/ && wget https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.2/firefox_installer_64 && chmod a+x firefox_installer_64 && ./firefox_installer_64 && rm firefox_installer_64
  • 32-bits
sudo ls && cd /tmp/ && wget https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.2/firefox_installer_32 && chmod a+x firefox_installer_32 && ./firefox_installer_32 && rm firefox_installer_32
  1. If the command failed, do this and try the first step again:
  • 64-bits
sudo rm /tmp/firefox_installer_64
  • 32-bits
sudo rm /tmp/firefox_installer_32

Dependencies

  • wget
  • git
  • tar