diff --git a/install-mac-dev.sh b/install-mac-dev.sh index b09fc383..17434f71 100755 --- a/install-mac-dev.sh +++ b/install-mac-dev.sh @@ -30,8 +30,10 @@ brew install node || true # Use the Unbranded build that corresponds to a specific Firefox version (source: https://wiki.mozilla.org/Add-ons/Extension_Signing#Unbranded_Builds) brew install wget || true -UNBRANDED_FF68_RELEASE_MAC_BUILD="https://queue.taskcluster.net/v1/task/EPaShNEQTYaBrJYpULyxwg/runs/0/artifacts/public/build/target.dmg" -wget "$UNBRANDED_FF68_RELEASE_MAC_BUILD" +# UNBRANDED_FF68_RELEASE_MAC_BUILD="https://queue.taskcluster.net/v1/task/EPaShNEQTYaBrJYpULyxwg/runs/0/artifacts/public/build/target.dmg" +# wget "$UNBRANDED_FF68_RELEASE_MAC_BUILD" +UNBRANDED_FF69_B12_MAC_BUILD="https://queue.taskcluster.net/v1/task/PYLiXEOqQ5CTncfwxRaaHA/runs/0/artifacts/public/build/target.dmg" +wget "$UNBRANDED_FF69_B12_MAC_BUILD" # Install Firefox Nightly rm -rf Nightly.app || true diff --git a/install-system.sh b/install-system.sh index f5dba30d..cb5f01c5 100755 --- a/install-system.sh +++ b/install-system.sh @@ -49,8 +49,10 @@ if [ "$flash" = true ]; then fi # Use the Unbranded build that corresponds to a specific Firefox version (source: https://wiki.mozilla.org/Add-ons/Extension_Signing#Unbranded_Builds) -UNBRANDED_FF68_RELEASE_LINUX_BUILD="https://queue.taskcluster.net/v1/task/HYGMEM_UT06yMsOpWtHyVQ/runs/0/artifacts/public/build/target.tar.bz2" -wget "$UNBRANDED_FF68_RELEASE_LINUX_BUILD" +# UNBRANDED_FF68_RELEASE_LINUX_BUILD="https://queue.taskcluster.net/v1/task/HYGMEM_UT06yMsOpWtHyVQ/runs/0/artifacts/public/build/target.tar.bz2" +# wget "$UNBRANDED_FF68_RELEASE_LINUX_BUILD" +UNBRANDED_FF69_B12_LINUX_BUILD="https://queue.taskcluster.net/v1/task/Scm4Q0tRRZOqQuDHaVPO-w/runs/0/artifacts/public/build/target.tar.bz2" +wget "$UNBRANDED_FF69_B12_LINUX_BUILD" tar jxf target.tar.bz2 rm -rf firefox-bin mv firefox firefox-bin