nodejs patches

This commit is contained in:
Marc
2021-11-30 12:43:53 +01:00
parent 3781c5108b
commit eedb9c067f
3 changed files with 34 additions and 12 deletions
+2 -1
View File
@@ -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 -