mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fixing Makefile and ansible playbook
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com> Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -4,7 +4,10 @@
|
|||||||
"type": "arm-image",
|
"type": "arm-image",
|
||||||
"iso_url": "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz",
|
"iso_url": "https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2023-05-03/2023-05-03-raspios-bullseye-arm64-lite.img.xz",
|
||||||
"iso_checksum": "sha256:bf982e56b0374712d93e185780d121e3f5c3d5e33052a95f72f9aed468d58fa7",
|
"iso_checksum": "sha256:bf982e56b0374712d93e185780d121e3f5c3d5e33052a95f72f9aed468d58fa7",
|
||||||
"target_image_size": 9368709120
|
"target_image_size": 9368709120,
|
||||||
|
"qemu_args": [
|
||||||
|
"-m 8G"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"provisioners": [
|
"provisioners": [
|
||||||
|
@ -489,7 +489,7 @@
|
|||||||
content: |
|
content: |
|
||||||
(◕‿‿◕) {{pwnagotchi.hostname}}
|
(◕‿‿◕) {{pwnagotchi.hostname}}
|
||||||
|
|
||||||
Hi! I'm a pwnagotchi, please take good care of me!
|
Hi! I'm a pwnagotchi {{pwnagotchi.version}}, please take good care of me!
|
||||||
Here are some basic things you need to know to raise me properly!
|
Here are some basic things you need to know to raise me properly!
|
||||||
|
|
||||||
If you want to change my configuration, use /etc/pwnagotchi/config.toml
|
If you want to change my configuration, use /etc/pwnagotchi/config.toml
|
||||||
|
Reference in New Issue
Block a user