v0.2
Instructions
Option 1
- Download the installer:
-
Make it executable
-
Run in terminal
Option 2
- 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
- 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