We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e85bb2 commit 962a99dCopy full SHA for 962a99d
setup.sh
@@ -44,7 +44,7 @@ echo "Done installing dependencies"
44
echo "Downloading spidermonkey source code"
45
# Read the commit hash for mozilla-central from the `mozcentral.version` file
46
MOZCENTRAL_VERSION=$(cat mozcentral.version)
47
-wget -t -c -nv -O firefox-source-${MOZCENTRAL_VERSION}.zip https://hg.mozilla.org/mozilla-central/archive/${MOZCENTRAL_VERSION}.zip
+wget -t -c -O firefox-source-${MOZCENTRAL_VERSION}.zip https://hg.mozilla.org/mozilla-central/archive/${MOZCENTRAL_VERSION}.zip
48
unzip -q firefox-source-${MOZCENTRAL_VERSION}.zip && mv mozilla-central-${MOZCENTRAL_VERSION} firefox-source
49
echo "Done downloading spidermonkey source code"
50
0 commit comments