mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -59,6 +59,7 @@
|
|||||||
- libpcap0.8
|
- libpcap0.8
|
||||||
- libpcap0.8-dev
|
- libpcap0.8-dev
|
||||||
remove:
|
remove:
|
||||||
|
- ansible
|
||||||
- nfs-common
|
- nfs-common
|
||||||
- raspberrypi-net-mods
|
- raspberrypi-net-mods
|
||||||
- triggerhappy
|
- triggerhappy
|
||||||
@ -408,11 +409,6 @@
|
|||||||
path: /usr/local/share/pwnagotchi/
|
path: /usr/local/share/pwnagotchi/
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: remove pwnagotchi folder
|
|
||||||
file:
|
|
||||||
state: absent
|
|
||||||
path: /usr/local/src/pwnagotchi
|
|
||||||
|
|
||||||
# Install go-1.20.6
|
# Install go-1.20.6
|
||||||
- name: Install go-1.21
|
- name: Install go-1.21
|
||||||
unarchive:
|
unarchive:
|
||||||
@ -617,6 +613,7 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
state: stopped
|
state: stopped
|
||||||
with_items: "{{ services.enable }}"
|
with_items: "{{ services.enable }}"
|
||||||
|
register: enabled
|
||||||
|
|
||||||
- name: remove unnecessary apt packages
|
- name: remove unnecessary apt packages
|
||||||
apt:
|
apt:
|
||||||
@ -636,3 +633,4 @@
|
|||||||
- name: reload systemd services
|
- name: reload systemd services
|
||||||
systemd:
|
systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
when: enabled.changed
|
Reference in New Issue
Block a user