mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -58,7 +58,6 @@
|
||||
- libpcap0.8
|
||||
- libpcap0.8-dev
|
||||
remove:
|
||||
- dhcpcd5
|
||||
- nfs-common
|
||||
- raspberrypi-net-mods
|
||||
- triggerhappy
|
||||
@ -470,11 +469,27 @@
|
||||
# ui.display.type = "waveshare_2"
|
||||
when: not user_config.stat.exists
|
||||
|
||||
- name: Delete motd
|
||||
file:
|
||||
state: absent
|
||||
path: /etc/motd
|
||||
|
||||
- name: Delete motd 10-uname
|
||||
file:
|
||||
state: absent
|
||||
path: /etc/update-motd.d/10-uname
|
||||
|
||||
- name: enable ssh on boot
|
||||
file:
|
||||
path: /boot/ssh
|
||||
state: touch
|
||||
|
||||
- name: disable wlan0 in dhcpcd.conf
|
||||
lineinfile:
|
||||
dest: /etc/dhcpcd.conf
|
||||
insertafter: EOF
|
||||
line: "denyinterfaces wlan0"
|
||||
|
||||
- name: adjust /boot/config.txt
|
||||
lineinfile:
|
||||
dest: /boot/config.txt
|
||||
|
Reference in New Issue
Block a user