Skip to content

Commit

Permalink
Add bc dependency (openaps#1201)
Browse files Browse the repository at this point in the history
Autotune requires bc
  • Loading branch information
Leonardo authored and scottleibrand committed May 17, 2018
1 parent 994067a commit e77afff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/quick-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# TODO: remove the `-o Acquire::ForceIPv4=true` once Debian's mirrors work reliably over IPv6
apt-get -o Acquire::ForceIPv4=true install -y sudo
sudo apt-get -o Acquire::ForceIPv4=true update && sudo apt-get -o Acquire::ForceIPv4=true -y upgrade
sudo apt-get -o Acquire::ForceIPv4=true install -y git python python-dev software-properties-common python-numpy python-pip nodejs-legacy npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors && \
sudo apt-get -o Acquire::ForceIPv4=true install -y git python python-dev software-properties-common python-numpy python-pip nodejs-legacy npm watchdog strace tcpdump screen acpid vim locate jq lm-sensors bc && \
sudo pip install -U openaps && \
sudo pip install -U openaps-contrib && \
sudo openaps-install-udev-rules && \
Expand Down

0 comments on commit e77afff

Please sign in to comment.