Skip to content

Commit 9863946

Browse files
committed
install nodejs 6.x instead of the old 0.10 that debian defaults to
1 parent 8e0eb36 commit 9863946

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/quick-packages.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# TODO: remove the `-o Acquire::ForceIPv4=true` once Debian's mirrors work reliably over IPv6
44
apt-get -o Acquire::ForceIPv4=true install -y sudo
55
sudo apt-get -o Acquire::ForceIPv4=true update && sudo apt-get -o Acquire::ForceIPv4=true -y upgrade
6-
sudo apt-get -o Acquire::ForceIPv4=true install -y git python python-dev python-software-properties python-numpy python-pip nodejs-legacy npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors && \
6+
# install nodejs 6.x instead of the old 0.10 that debian defaults to
7+
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
8+
sudo apt-get -o Acquire::ForceIPv4=true 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 && \
79
sudo pip install -U openaps && \
810
sudo pip install -U openaps-contrib && \
911
sudo openaps-install-udev-rules && \

0 commit comments

Comments
 (0)