diff --git a/extras/firefox-developer/firefox-developer_installer_32 b/extras/firefox-developer/firefox-developer_installer_32 index dd588b4..441a359 100755 --- a/extras/firefox-developer/firefox-developer_installer_32 +++ b/extras/firefox-developer/firefox-developer_installer_32 @@ -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!" diff --git a/extras/firefox-developer/firefox-developer_installer_64 b/extras/firefox-developer/firefox-developer_installer_64 index 6a787bd..97b81ce 100755 --- a/extras/firefox-developer/firefox-developer_installer_64 +++ b/extras/firefox-developer/firefox-developer_installer_64 @@ -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!" diff --git a/extras/firefox-esr/firefox-esr_installer_32 b/extras/firefox-esr/firefox-esr_installer_32 index e99cb1b..2339f2c 100755 --- a/extras/firefox-esr/firefox-esr_installer_32 +++ b/extras/firefox-esr/firefox-esr_installer_32 @@ -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!" diff --git a/extras/firefox-esr/firefox-esr_installer_64 b/extras/firefox-esr/firefox-esr_installer_64 index be29348..49ff75c 100755 --- a/extras/firefox-esr/firefox-esr_installer_64 +++ b/extras/firefox-esr/firefox-esr_installer_64 @@ -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!" diff --git a/extras/palemoon/palemoon_installer_64 b/extras/palemoon/palemoon_installer_64 index d16fffa..c8194b2 100755 --- a/extras/palemoon/palemoon_installer_64 +++ b/extras/palemoon/palemoon_installer_64 @@ -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" @@ -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!" diff --git a/extras/seamonkey/seamonkey_installer_32 b/extras/seamonkey/seamonkey_installer_32 index ac7d8d9..8f62c95 100755 --- a/extras/seamonkey/seamonkey_installer_32 +++ b/extras/seamonkey/seamonkey_installer_32 @@ -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!" diff --git a/extras/seamonkey/seamonkey_installer_64 b/extras/seamonkey/seamonkey_installer_64 index 47f7e29..3e253b8 100755 --- a/extras/seamonkey/seamonkey_installer_64 +++ b/extras/seamonkey/seamonkey_installer_64 @@ -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!" diff --git a/extras/thunderbird/thunderbird_installer_32 b/extras/thunderbird/thunderbird_installer_32 index bc60e8d..b796bfb 100755 --- a/extras/thunderbird/thunderbird_installer_32 +++ b/extras/thunderbird/thunderbird_installer_32 @@ -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!" diff --git a/extras/thunderbird/thunderbird_installer_64 b/extras/thunderbird/thunderbird_installer_64 index 33cadc4..94d223a 100755 --- a/extras/thunderbird/thunderbird_installer_64 +++ b/extras/thunderbird/thunderbird_installer_64 @@ -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!" diff --git a/extras/waterfox/waterfox_installer_64 b/extras/waterfox/waterfox_installer_64 index 88fb470..b229f82 100755 --- a/extras/waterfox/waterfox_installer_64 +++ b/extras/waterfox/waterfox_installer_64 @@ -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!" diff --git a/firefox_installer_32 b/firefox_installer_32 index 184d3b8..6f1dd28 100755 --- a/firefox_installer_32 +++ b/firefox_installer_32 @@ -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!" diff --git a/firefox_installer_64 b/firefox_installer_64 index 902785a..dd780be 100755 --- a/firefox_installer_64 +++ b/firefox_installer_64 @@ -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!"