Update intval3-install.sh

This commit is contained in:
Matt 2019-02-23 17:25:29 -05:00 committed by GitHub
parent 478abaae8d
commit 31b08f8630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ sudo apt install nodejs npm -y
sudo npm install -g n
sudo n 9.1.0
sudo npm install -g npm@latest
sudo npm install -g pm2 node-gyp
sudo npm install -g pm2 node-gyp node-pre-gyp
echo "Installing bluetooth dependencies..."
sudo apt install bluetooth bluez libbluetooth-dev libudev-dev -y
@ -46,4 +46,4 @@ sudo pm2 start process.json
sudo pm2 save
sudo pm2 startup
echo "Finished installing intval3"
echo "Finished installing intval3"