nodejs patches
This commit is contained in:
+2
-1
@@ -7,10 +7,11 @@ fi
|
||||
|
||||
VERSION=17.1.0
|
||||
|
||||
if [ ! -f src ]
|
||||
if [ ! -f src/node-$VERSION/Makefile ]
|
||||
then
|
||||
mkdir src -p
|
||||
cd src
|
||||
echo "clonning"
|
||||
curl https://github.com/nodejs/node/archive/refs/tags/v$VERSION.zip -L --output $VERSION.zip || exit 1
|
||||
unzip $VERSION.zip || exit 1
|
||||
cd -
|
||||
|
||||
Reference in New Issue
Block a user