From 73619f1cbf95743effc09586eac06055b97b3bbe Mon Sep 17 00:00:00 2001 From: APEX FIGHT Date: Sat, 1 Nov 2025 02:44:28 -0400 Subject: [PATCH] uncomment download --- src/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"