mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
multiple changes
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
packer {
|
||||
required_plugins {
|
||||
#arm = {
|
||||
# version = ">= 1.0.0"
|
||||
# version = "1.0.0"
|
||||
# source = "github.com/cdecoux/builder-arm"
|
||||
#}
|
||||
ansible = {
|
||||
|
@ -447,8 +447,8 @@
|
||||
path: /etc/rc.local
|
||||
insertbefore: "exit 0"
|
||||
block: |
|
||||
if ! /opt/vc/bin/tvservice -s | egrep 'HDMI|DVI'; then
|
||||
/opt/vc/bin/tvservice -o
|
||||
if ! /usr/bin/tvservice -s | egrep 'HDMI|DVI'; then
|
||||
/usr/bin/tvservice -o
|
||||
fi
|
||||
|
||||
- name: create /etc/pwnagotchi folder
|
||||
|
@ -444,8 +444,8 @@
|
||||
path: /etc/rc.local
|
||||
insertbefore: "exit 0"
|
||||
block: |
|
||||
if ! /opt/vc/bin/tvservice -s | egrep 'HDMI|DVI'; then
|
||||
/opt/vc/bin/tvservice -o
|
||||
if ! /usr/bin/tvservice -s | egrep 'HDMI|DVI'; then
|
||||
/usr/bin/tvservice -o
|
||||
fi
|
||||
|
||||
- name: create /etc/pwnagotchi folder
|
||||
|
Reference in New Issue
Block a user