Update build for Pi 5 users

Version 2.7.8
This commit is contained in:
Jeroen Oudshoorn
2024-01-25 16:31:35 +01:00
parent 1a55afd74a
commit bfc0795fb8
2 changed files with 7 additions and 5 deletions

2
.idea/deployment.xml generated
View File

@ -7,6 +7,8 @@
<serverdata> <serverdata>
<mappings> <mappings>
<mapping deploy="/usr/local/lib/python3.11/dist-packages/pwnagotchi" local="$PROJECT_DIR$/pwnagotchi" web="/" /> <mapping deploy="/usr/local/lib/python3.11/dist-packages/pwnagotchi" local="$PROJECT_DIR$/pwnagotchi" web="/" />
<mapping deploy="/usr/local/bin" local="$PROJECT_DIR$/bin" />
<mapping local="" />
</mappings> </mappings>
<excludedPaths> <excludedPaths>
<excludedPath local="true" path="$PROJECT_DIR$/venv" /> <excludedPath local="true" path="$PROJECT_DIR$/venv" />

View File

@ -605,11 +605,6 @@
group: pi group: pi
recurse: true recurse: true
- name: clean apt cache
apt:
autoclean: true
when: removed.changed
- name: remove pre-collected packages zip - name: remove pre-collected packages zip
file: file:
path: /root/go_pkgs.tgz path: /root/go_pkgs.tgz
@ -655,6 +650,11 @@
purge: yes purge: yes
register: removed register: removed
- name: clean apt cache
apt:
autoclean: true
when: removed.changed
handlers: handlers:
- name: reload systemd services - name: reload systemd services
systemd: systemd: