mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
208e593df7
Former-commit-id: f6727efd6bbc059c96a0f242b29e10bbac3b65b8
7 lines
210 B
Bash
7 lines
210 B
Bash
INSTALL_DIR=$1
|
|
VERSION=$2
|
|
cd $INSTALL_DIR
|
|
curl http://nodejs.org/dist/node-$VERSION.tar.gz | tar xz --strip-components=1
|
|
./configure --prefix=$INSTALL_DIR
|
|
make install
|
|
curl https://www.npmjs.org/install.sh | sh |