prepare to v0.5

master
Can202 2021-07-16 18:20:21 -04:00
parent 90df16f708
commit a67772e645
3 changed files with 5 additions and 5 deletions

View File

@ -5,15 +5,15 @@ Firefox Installer to have automatic updates
## Option 1
1. run this in terminal as root (or with an admin user)
1. run this in terminal (NOT ROOT)
- 64-bits
~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.4/firefox_installer_64 | sh
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.5/firefox_installer_64 | sh
~~~
- 32-bits
~~~
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.4/firefox_installer_32 | sh
wget -qO- https://github.com/Can202/FirefoxInstallerLinux/releases/download/v0.5/firefox_installer_32 | sh
~~~
# Dependencies

View File

@ -96,7 +96,7 @@ echo "Firefox binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
#git checkout v0.5
git checkout v0.5
cd ../
echo "media cloned!"

View File

@ -96,7 +96,7 @@ echo "Firefox binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
#git checkout v0.5
git checkout v0.5
cd ../
echo "media cloned!"