Compare commits

...

5 Commits

Author SHA1 Message Date
Manuel González 1f24b72e96
Update thunderbird 2021-08-13 14:27:11 -04:00
Can202 35da5b6eab change v0.9 to v1.0 2021-08-05 19:20:27 -04:00
Can202 2a39ad5350 prepare README.md to v1.0 2021-08-05 19:16:03 -04:00
Can202 c057ea77f5 tar extract tar.xz to palemoon 2021-08-05 19:08:35 -04:00
Can202 17a630049f icon 2021-08-05 19:00:38 -04:00
15 changed files with 45 additions and 37 deletions

View File

@ -7,6 +7,7 @@ Firefox Installer to have automatic updates
- [Firefox Developer](#Developer)
- [SeaMonkey](#SeaMonkey)
- [Waterfox](#Waterfox)
- [Palemoon](#Palemoon)
# Dependencies
@ -20,11 +21,11 @@ Firefox Installer to have automatic updates
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/firefox_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/firefox_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/firefox_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/firefox_installer_32 | sh
~~~
# Thunderbird
@ -33,11 +34,11 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/fire
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/thunderbird/thunderbird_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/thunderbird/thunderbird_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/thunderbird/thunderbird_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/thunderbird/thunderbird_installer_32 | sh
~~~
@ -46,11 +47,11 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extr
#### Run this in terminal (NOT ROOT)
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/seamonkey/seamonkey_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/seamonkey/seamonkey_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/seamonkey/seamonkey_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/seamonkey/seamonkey_installer_32 | sh
~~~
# Waterfox
@ -58,7 +59,15 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extr
#### Run this in terminal (NOT ROOT)
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/waterfox/waterfox_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/waterfox/waterfox_installer_64 | sh
~~~
# Palemoon
#### Run this in terminal (NOT ROOT)
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/palemoon/palemoon_installer_64 | sh
~~~
# ESR
@ -67,11 +76,11 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extr
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-esr/firefox-esr_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/firefox-esr/firefox-esr_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-esr/firefox-esr_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/firefox-esr/firefox-esr_installer_32 | sh
~~~
@ -81,11 +90,11 @@ curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extr
- 64-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-developer/firefox-developer_installer_64 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/firefox-developer/firefox-developer_installer_64 | sh
~~~
- 32-bits
~~~
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v0.9/extras/firefox-developer/firefox-developer_installer_32 | sh
curl -L https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/v1.0/extras/firefox-developer/firefox-developer_installer_32 | sh
~~~

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/firefox-dev)
ARCHT="i686"
@ -56,7 +56,7 @@ echo "Firefox Developer binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/firefox-dev)
ARCHT="x86_64"
@ -56,7 +56,7 @@ echo "Firefox Developer binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/firefox-esr)
ARCHT="i686"
@ -56,7 +56,7 @@ echo "Firefox ESR binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/firefox-esr)
ARCHT="x86_64"
@ -56,7 +56,7 @@ echo "Firefox ESR binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
[Desktop Entry]
Name=Palemoon
Exec=/home/userh/.palemoon-can/palemoon
Icon=/home/userh/.palemoon-can/browser/chrome/icons/default/default128.png
Icon=/home/userh/.palemoon-can/browser/chrome/icons/default/default48.png
Type=Application
Categories=Network

View File

@ -1,11 +1,10 @@
#!/bin/sh
#based on v0.9
#based on v1.0
LINK=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/palemoon)
basename "$LINK"
NAME="$(basename -- $LINK)"
clear
echo "Palemoon Installer"
echo "by Can202"
@ -52,12 +51,12 @@ cd FirefoxInstalerCache/
echo "Cache folder created"
curl -O $LINK
tar -xjvf $NAME
tar -xf $NAME
echo "Palemoon binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout develop
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/seamonkey)
ARCHT="i686"
@ -56,7 +56,7 @@ echo "Seamonkey binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/seamonkey)
ARCHT="x86_64"
@ -56,7 +56,7 @@ echo "Seamonkey binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/thunderbird)
ARCHT="i686"
@ -56,7 +56,7 @@ echo "Thunderbird binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/thunderbird)
ARCHT="x86_64"
@ -56,7 +56,7 @@ echo "Thunderbird binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
#based on v0.9
#based on v1.0
VERSIONFIREFOX=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/waterfox)
ARCHT="x86_64"
@ -56,7 +56,7 @@ echo "Waterfox binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.9
git checkout v1.0
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.9
git checkout v1.0
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.9
git checkout v1.0
cd ../
echo "media cloned!"

View File

@ -1 +1 @@
78.12.0
91.0