This commit is contained in:
Jeroen Oudshoorn
2024-01-06 22:43:59 +01:00
parent 72969eda10
commit cb469ad74c

View File

@ -441,15 +441,6 @@
force: true force: true
ignore_errors: true ignore_errors: true
- name: add HDMI powersave to rc.local
blockinfile:
path: /etc/rc.local
insertbefore: "exit 0"
block: |
if ! /usr/bin/tvservice -s | egrep 'HDMI|DVI'; then
/usr/bin/tvservice -o
fi
- name: create /etc/pwnagotchi folder - name: create /etc/pwnagotchi folder
file: file:
path: /etc/pwnagotchi path: /etc/pwnagotchi