From 31b08f863063e90d483ec0b5ba62ed882193dae2 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 23 Feb 2019 17:25:29 -0500 Subject: [PATCH] Update intval3-install.sh --- scripts/intval3-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/intval3-install.sh b/scripts/intval3-install.sh index 2c6ab53..066e7e0 100644 --- a/scripts/intval3-install.sh +++ b/scripts/intval3-install.sh @@ -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" \ No newline at end of file +echo "Finished installing intval3"