mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
fix build
libraspberrypi-bin seems to be provided by raspi-utils now Signed-off-by: EatPrilosec <ae3nerdgod@gmail.com>
This commit is contained in:
@ -90,7 +90,7 @@
|
|||||||
- libopenblas-dev # https://stackoverflow.com/questions/14570011/explain-why-numpy-should-not-be-imported-from-source-directory
|
- libopenblas-dev # https://stackoverflow.com/questions/14570011/explain-why-numpy-should-not-be-imported-from-source-directory
|
||||||
- libopenjp2-7
|
- libopenjp2-7
|
||||||
- libpcap-dev
|
- libpcap-dev
|
||||||
- libraspberrypi-bin
|
#- libraspberrypi-bin ## seems to be provided by raspi-utils now
|
||||||
- libraspberrypi-dev
|
- libraspberrypi-dev
|
||||||
- libraspberrypi-doc
|
- libraspberrypi-doc
|
||||||
- libraspberrypi0
|
- libraspberrypi0
|
||||||
@ -557,4 +557,4 @@
|
|||||||
- name: reload systemd services
|
- name: reload systemd services
|
||||||
systemd:
|
systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
when: enabled.changed
|
when: enabled.changed
|
||||||
|
Reference in New Issue
Block a user