mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Merge pull request #254 from caquino/caquino/headers
add motd and defaults.yml disclaimer
This commit is contained in:
@ -443,7 +443,33 @@
|
|||||||
- name: configure motd
|
- name: configure motd
|
||||||
copy:
|
copy:
|
||||||
dest: /etc/motd
|
dest: /etc/motd
|
||||||
content: "(◕‿‿◕) {{pwnagotchi.hostname}} (pwnagotchi-{{pwnagotchi.version}})"
|
content: |
|
||||||
|
(◕‿‿◕) {{pwnagotchi.hostname}} (pwnagotchi-{{pwnagotchi.version}})
|
||||||
|
|
||||||
|
Hi! I'm a pwnagotchi, please take good care of me!
|
||||||
|
Here are some basic things you need to know to raise me properly!
|
||||||
|
|
||||||
|
If you want to change my configuration, use /etc/pwnagotchi/config.yml
|
||||||
|
|
||||||
|
All the configuration options can be found on /etc/pwnagotchi/defaults.yml,
|
||||||
|
but don't change this file because I will recreate it every time I'm restarted!
|
||||||
|
|
||||||
|
I'm managed by systemd, so here are some basic commands.
|
||||||
|
|
||||||
|
You can check my logs, to know what I'm doing, using
|
||||||
|
journalctl -fu pwnagotchi
|
||||||
|
|
||||||
|
If you want to you if I'm running, you can use
|
||||||
|
systemctl status pwnagotchi
|
||||||
|
|
||||||
|
You can restart me using
|
||||||
|
systemctl restart pwnagotchi
|
||||||
|
|
||||||
|
But be aware you will go into MANUAL mode when restarted!
|
||||||
|
You can put me back into AUTO mode using
|
||||||
|
touch /root/.pwnagotchi-auto && systemctl restart pwnagotchi
|
||||||
|
|
||||||
|
You learn more about me at https://pwnagotchi.ai/
|
||||||
|
|
||||||
- name: clean apt cache
|
- name: clean apt cache
|
||||||
apt:
|
apt:
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
# WARNING WARNING WARNING WARNING
|
||||||
|
#
|
||||||
|
# This file is recreated with default settings on every pwnagotchi restart,
|
||||||
|
# use /etc/pwnagotchi/config.yml to configure this unit.
|
||||||
|
#
|
||||||
|
#
|
||||||
# main algorithm configuration
|
# main algorithm configuration
|
||||||
main:
|
main:
|
||||||
# currently implemented: en (default), de, el, fr, it, mk, nl, ru, se, pt-BR, es
|
# currently implemented: en (default), de, el, fr, it, mk, nl, ru, se, pt-BR, es
|
||||||
|
Reference in New Issue
Block a user