diff --git a/src/build.sh b/src/build.sh index d82953c..c84cbf0 100644 --- a/src/build.sh +++ b/src/build.sh @@ -25,7 +25,7 @@ echo $BUILDPATH #unzip this or something echo Downloading... -#curl -RO "$DOWNLOAD" +curl -RO "$DOWNLOAD" echo Unzipping Source... tar -xJf "firefox-$VERSION.source.tar.xz"