Skip to content

Commit

Permalink
change v0.9 to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Can202 committed Aug 5, 2021
1 parent 2a39ad5 commit 35da5b6
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions extras/firefox-developer/firefox-developer_installer_32
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/firefox-developer/firefox-developer_installer_64
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/firefox-esr/firefox-esr_installer_32
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/firefox-esr/firefox-esr_installer_64
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/palemoon/palemoon_installer_64
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

#based on v0.9
#based on v1.0

LINK=$(curl https://raw.githubusercontent.com/Can202/FirefoxInstallerLinux/develop/versions/palemoon)
basename "$LINK"
Expand Down Expand Up @@ -56,7 +56,7 @@ 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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/seamonkey/seamonkey_installer_32
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/seamonkey/seamonkey_installer_64
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/thunderbird/thunderbird_installer_32
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/thunderbird/thunderbird_installer_64
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
4 changes: 2 additions & 2 deletions extras/waterfox/waterfox_installer_64
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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!"

Expand Down
2 changes: 1 addition & 1 deletion firefox_installer_32
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

Expand Down
2 changes: 1 addition & 1 deletion firefox_installer_64
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

Expand Down

0 comments on commit 35da5b6

Please sign in to comment.