mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
sudo /opt/vc/bin/tvservice -o
|
sudo /usr/bin/tvservice -o
|
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
sudo /opt/vc/bin/tvservice -p
|
sudo /usr/bin/tvservice -p
|
@ -261,20 +261,6 @@
|
|||||||
force: true
|
force: true
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: change hdmioff
|
|
||||||
lineinfile:
|
|
||||||
dest: /usr/bin/hdmioff
|
|
||||||
regexp: '^/opt/vc/'
|
|
||||||
line: "/usr/"
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: change hdmion
|
|
||||||
lineinfile:
|
|
||||||
dest: /usr/bin/hdmion
|
|
||||||
regexp: '^/opt/vc/'
|
|
||||||
line: "/usr/"
|
|
||||||
state: present
|
|
||||||
|
|
||||||
- name: add HDMI powersave to rc.local
|
- name: add HDMI powersave to rc.local
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/rc.local
|
path: /etc/rc.local
|
||||||
|
@ -230,8 +230,8 @@
|
|||||||
- name: disable sap plugin for bluetooth.service
|
- name: disable sap plugin for bluetooth.service
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /lib/systemd/system/bluetooth.service
|
dest: /lib/systemd/system/bluetooth.service
|
||||||
regexp: '^ExecStart=/usr/lib(exec)?/bluetooth/bluetoothd$'
|
regexp: '^ExecStart=/usr/libexec/bluetooth/bluetoothd$'
|
||||||
line: 'ExecStart=/usr/lib/bluetooth/bluetoothd --noplugin=sap'
|
line: 'ExecStart=/usr/libexec/bluetooth/bluetoothd --noplugin=sap'
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: configure dphys-swapfile
|
- name: configure dphys-swapfile
|
||||||
|
Reference in New Issue
Block a user