got rid wrong tar usage (wrote it on windows initially, just kinda guessing it)

This commit is contained in:
APEX FIGHT
2025-10-31 22:28:33 -04:00
parent ccb25f1c3d
commit 8da3bbc141

View File

@@ -14,10 +14,10 @@ echo $BUILDPATH
#unzip this or something
curl -RO "$DOWNLOAD"
tar -xzf "firefox-$VERSION.source.tar.xz src"
tar -xzf "firefox-$VERSION.source.tar.xz"
cd "src/js/src"
cd "firefox-$VERSION.source/js/src"
mkdir _build
cd _build