We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68501b8 commit c25ebe2Copy full SHA for c25ebe2
scripts/quick-packages.sh
@@ -4,7 +4,7 @@ apt-get install -y sudo
4
sudo apt-get update && sudo apt-get -y upgrade
5
# install nodejs 6.x instead of the old 0.10 that debian defaults to
6
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
7
-sudo apt-get install -y git python python-dev python-software-properties python-numpy python-pip nodejs npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors mosh && \
+sudo apt-get install -y git python python-dev python-software-properties python-numpy python-pip nodejs watchdog strace tcpdump screen acpid vim locate jq lm-sensors mosh && \
8
sudo pip install -U openaps && \
9
sudo pip install -U openaps-contrib && \
10
sudo openaps-install-udev-rules && \
0 commit comments