Skip to content

Commit

Permalink
changes on numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanXD committed Dec 20, 2023
1 parent 435fc0e commit 43e5d63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
25 changes: 19 additions & 6 deletions stage-honeypi/01-install-honeypi/00-packages
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
libffi-dev
wvdial usb-modeswitch usb-modeswitch-data
lighttpd php-cgi
python3-rpi.gpio python3-smbus python3-setuptools python3-pip libatlas-base-dev libgpiod2 python3-psutil
wvdial
usb-modeswitch
usb-modeswitch-data
lighttpd
php-cgi
python3-rpi.gpio
python3-smbus
python3-setuptools
python3-pip
libatlas-base-dev
libatlas3-base
libgpiod2
python3-psutil
ntp git
dnsmasq hostapd
libopenjp2-7 libtiff5
zip unzip
dnsmasq
hostapd
libopenjp2-7
libtiff5
zip
unzip
3 changes: 3 additions & 0 deletions stage-honeypi/01-install-honeypi/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ echo 'www-data ALL=NOPASSWD: ALL' | EDITOR='tee -a' visudo
EOF
fi

echo '>>> Install NumPy for measurement python scripts'
apt-get -y install --no-install-recommends python3-numpy

on_chroot << EOF
echo '>>> Install NTP for time synchronisation with witty Pi'
dpkg-reconfigure -f noninteractive ntp
Expand Down

0 comments on commit 43e5d63

Please sign in to comment.