added "debug stuff"
This commit is contained in:
@@ -4,10 +4,18 @@
|
|||||||
VERSION="140.4.0esr"
|
VERSION="140.4.0esr"
|
||||||
DOWNLOAD="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/source/firefox-$VERSION.source.tar.xz/"
|
DOWNLOAD="https://ftp.mozilla.org/pub/firefox/releases/$VERSION/source/firefox-$VERSION.source.tar.xz/"
|
||||||
BUILDPATH=$(realpath .)
|
BUILDPATH=$(realpath .)
|
||||||
|
|
||||||
|
#debug stuff
|
||||||
|
echo $VERSION
|
||||||
|
echo $DOWNLOAD
|
||||||
|
echo $BUILDPATH
|
||||||
|
read
|
||||||
|
|
||||||
#unzip this or something
|
#unzip this or something
|
||||||
curl -RO $DOWNLOAD
|
curl -RO $DOWNLOAD
|
||||||
tar -xzf "firefox-$VERSION.source.tar.xz src"
|
tar -xzf "firefox-$VERSION.source.tar.xz src"
|
||||||
|
|
||||||
|
|
||||||
cd "src/js/src"
|
cd "src/js/src"
|
||||||
|
|
||||||
mkdir _build
|
mkdir _build
|
||||||
|
|||||||
Reference in New Issue
Block a user