added "debug stuff"

This commit is contained in:
APEX FIGHT
2025-10-31 22:06:38 -04:00
parent a884e64fe0
commit 40ed13f3ba

View File

@@ -4,10 +4,18 @@
VERSION="140.4.0esr"
DOWNLOAD="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/source/firefox-$VERSION.source.tar.xz/"
BUILDPATH=$(realpath .)
#debug stuff
echo $VERSION
echo $DOWNLOAD
echo $BUILDPATH
read
#unzip this or something
curl -RO $DOWNLOAD
tar -xzf "firefox-$VERSION.source.tar.xz src"
cd "src/js/src"
mkdir _build