From bdac1aa50c53849da5ab950798fd50a2a3817882 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Thu, 23 Nov 2017 09:21:43 -0500 Subject: [PATCH] Need node-gyp to build sqlite3. --- scripts/intval3-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/intval3-deps.sh b/scripts/intval3-deps.sh index ffe228d..299217b 100644 --- a/scripts/intval3-deps.sh +++ b/scripts/intval3-deps.sh @@ -9,7 +9,7 @@ apt-get install nodejs npm -y npm install -g n n latest npm install -g npm@latest -npm install -g pm2 +npm install -g pm2 node-gyp echo "Installing bluetooth dependencies..." apt-get install bluetooth bluez libbluetooth-dev libudev-dev -y