mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
As far as I see in the current codebase there are no references to python. Should be tested with reinstall on clean pi3 install.
7 lines
157 B
Bash
Executable File
7 lines
157 B
Bash
Executable File
#!/bin/sh
|
|
|
|
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
|
|
sudo apt-get update
|
|
sudo apt-get install -y nodejs build-essential git
|
|
|
|
npm install |