test v0.7

master
Can202 2021-07-22 23:46:20 -04:00
parent 88ec324b05
commit ec45835163
5 changed files with 11 additions and 11 deletions

View File

@ -2,7 +2,7 @@
#based on v0.5
VERSIONFIREFOX="2.53.8"
VERSIONFIREFOX="2.53.8.1"
ARCHT="i686"
clear
@ -56,7 +56,7 @@ echo "Seamonkey binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.6
git checkout v0.7
cd ../
echo "media cloned!"
@ -74,7 +74,7 @@ cp FirefoxInstallerLinux/extras/seamonkey/seamonkey-mail-can.desktop /home/$USER
cp FirefoxInstallerLinux/extras/seamonkey/seamonkey-addressbook-can.desktop /home/$USER/.local/share/applications/
cp FirefoxInstallerLinux/extras/seamonkey/seamonkey-can /home/$USER/.seamonkey-can/
echo "firefox installed"
echo "Seamonkey installed"
cd ../
rm -R FirefoxInstalerCache/

View File

@ -2,7 +2,7 @@
#based on v0.5
VERSIONFIREFOX="2.53.8"
VERSIONFIREFOX="2.53.8.1"
ARCHT="x86_64"
clear
@ -56,7 +56,7 @@ echo "Seamonkey binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.6
git checkout v0.7
cd ../
echo "media cloned!"
@ -74,7 +74,7 @@ cp FirefoxInstallerLinux/extras/seamonkey/seamonkey-mail-can.desktop /home/$USER
cp FirefoxInstallerLinux/extras/seamonkey/seamonkey-addressbook-can.desktop /home/$USER/.local/share/applications/
cp FirefoxInstallerLinux/extras/seamonkey/seamonkey-can /home/$USER/.seamonkey-can/
echo "firefox installed"
echo "Seamonkey installed"
cd ../
rm -R FirefoxInstalerCache/

View File

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

View File

@ -1,6 +1,6 @@
#!/bin/sh
VERSIONFIREFOX="89.0.2"
VERSIONFIREFOX="90.0.2"
ARCHT="i686"
clear
@ -96,7 +96,7 @@ echo "Firefox binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.6
git checkout v0.7
cd ../
echo "media cloned!"

View File

@ -1,6 +1,6 @@
#!/bin/sh
VERSIONFIREFOX="89.0.2"
VERSIONFIREFOX="90.0.2"
ARCHT="x86_64"
clear
@ -96,7 +96,7 @@ echo "Firefox binary downloaded and unzipped"
git clone https://github.com/Can202/FirefoxInstallerLinux
cd FirefoxInstallerLinux/
git checkout v0.6
git checkout v0.7
cd ../
echo "media cloned!"