Merge branch 'pwnagotchi-torch-testing' into pwnagotchi-torch-64

# Conflicts:
#	requirements.txt
This commit is contained in:
Jeroen Oudshoorn
2023-10-15 22:38:18 +02:00
35 changed files with 494 additions and 129 deletions

View File

@ -381,6 +381,11 @@
path: /usr/local/share/pwnagotchi/custom-plugins/
state: directory
- name: Create custom config directory
file:
path: /etc/pwnagotchi/conf.d/
state: directory
- name: clone pwnagotchi repository
git:
repo: https://github.com/jayofelony/pwnagotchi.git
@ -627,6 +632,11 @@
autoclean: true
when: removed.changed
- name: apt clean
shell: "apt clean"
args:
executable: /bin/bash
- name: remove dependencies that are no longer required
apt:
autoremove: yes