fix links

master
Can202 2021-08-02 09:12:55 -04:00
parent 83af8f3eff
commit c435e715ae
1 changed files with 9 additions and 9 deletions

View File

@ -33,11 +33,11 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/fire
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/thunderbird_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/thunderbird/thunderbird_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/thunderbird_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/thunderbird/thunderbird_installer_32 | sh
~~~
@ -46,11 +46,11 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/thun
#### Run this in terminal (NOT ROOT)
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/seamonkey_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/seamonkey/seamonkey_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/seamonkey_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/seamonkey/seamonkey_installer_32 | sh
~~~
# Waterfox
@ -58,7 +58,7 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/seam
#### Run this in terminal (NOT ROOT)
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/waterfox_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/waterfox/waterfox_installer_64 | sh
~~~
# ESR
@ -67,11 +67,11 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/wate
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/firefox-esr_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-esr/firefox-esr_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/firefox-esr_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-esr/firefox-esr_installer_32 | sh
~~~
@ -81,11 +81,11 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/fire
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/firefox-developer_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-developer/firefox-developer_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/firefox-developer_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-developer/firefox-developer_installer_32 | sh
~~~