Skip to content

Commit 1046b01

Browse files
committed
let's do this systemwide instead
1 parent ca3443e commit 1046b01

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

scripts/quick-packages.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/bin/bash
22

3-
# TODO: remove the `-o Acquire::ForceIPv4=true` once Debian's mirrors work reliably over IPv6
4-
apt-get -o Acquire::ForceIPv4=true install -y sudo
5-
sudo apt-get -o Acquire::ForceIPv4=true update && sudo apt-get -o Acquire::ForceIPv4=true -y upgrade
3+
apt-get install -y sudo
4+
sudo apt-get update && sudo apt-get -y upgrade
65
# install nodejs 6.x instead of the old 0.10 that debian defaults to
76
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 mosh && \
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 && \
98
sudo pip install -U openaps && \
109
sudo pip install -U openaps-contrib && \
1110
sudo openaps-install-udev-rules && \

0 commit comments

Comments
 (0)