Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
3f8ca0e395
|
@ -9,9 +9,9 @@ sudo apt install nodejs npm -y
|
||||||
sudo npm install -g n
|
sudo npm install -g n
|
||||||
sudo n latest
|
sudo n latest
|
||||||
sudo npm install -g npm@latest
|
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..."
|
echo "Installing bluetooth dependencies..."
|
||||||
sudo apt install bluetooth bluez libbluetooth-dev libudev-dev -y
|
sudo apt install bluetooth bluez libbluetooth-dev libudev-dev -y
|
||||||
|
|
||||||
echo "Finished installing intval3 dependencies"
|
echo "Finished installing intval3 dependencies"
|
||||||
|
|
|
@ -10,7 +10,7 @@ sudo apt install nodejs npm -y
|
||||||
sudo npm install -g n
|
sudo npm install -g n
|
||||||
sudo n 9.1.0
|
sudo n 9.1.0
|
||||||
sudo npm install -g npm@latest
|
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..."
|
echo "Installing bluetooth dependencies..."
|
||||||
sudo apt install bluetooth bluez libbluetooth-dev libudev-dev -y
|
sudo apt install bluetooth bluez libbluetooth-dev libudev-dev -y
|
||||||
|
@ -46,4 +46,4 @@ sudo pm2 start process.json
|
||||||
sudo pm2 save
|
sudo pm2 save
|
||||||
sudo pm2 startup
|
sudo pm2 startup
|
||||||
|
|
||||||
echo "Finished installing intval3"
|
echo "Finished installing intval3"
|
||||||
|
|
Loading…
Reference in New Issue