master
Manuel González 2021-06-19 21:45:00 -04:00 committed by GitHub
parent d12e250e38
commit 07f128940e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Firefox Installer to have automatic updates
# Instructions
## Option 2
## Option 1
1. Download the installer:
- [64-bits](https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.1/firefox_installer_64)
@ -13,7 +13,7 @@ Firefox Installer to have automatic updates
3. Run in terminal
## Option 1
## Option 2
1. run this in terminal as root (or with an admin user)
@ -26,7 +26,7 @@ sudo ls && cd /tmp/ && wget https://github.com/Can202/FirefoxInstallerLinux/rele
sudo ls && cd /tmp/ && wget https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.1/firefox_installer_32 && chmod a+x firefox_installer_32 && ./firefox_installer_32 && rm firefox_installer_32
~~~
2. if the command failed, do this and try again the first step:
2. If the command failed, do this and try the first step again:
- 64-bits
~~~