mirror of
https://github.com/sebseb7/pilivestreamingtools.git
synced 2025-12-13 13:52:27 +00:00
nodejs
This commit is contained in:
11
build-nodejs.sh
Executable file
11
build-nodejs.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
wget https://nodejs.org/dist/v12.18.4/node-v12.18.4.tar.gz
|
||||
tar -xzf node-v12.18.4.tar.gz
|
||||
rm node-v12.18.4.tar.gz
|
||||
cd node-v12.18.4
|
||||
./configure
|
||||
make -j2
|
||||
sudo make install
|
||||
cd ..
|
||||
sudo npm i -g pm2
|
||||
sudo pm2 startup
|
||||
|
||||
Reference in New Issue
Block a user