diff --git a/builder/data/32bit/etc/update-motd.d/01-motd b/builder/data/32bit/etc/update-motd.d/01-motd index 8c13ae9f..1a9e3e82 100755 --- a/builder/data/32bit/etc/update-motd.d/01-motd +++ b/builder/data/32bit/etc/update-motd.d/01-motd @@ -20,6 +20,7 @@ echo " I'm managed by systemd. Here are some basic commands." echo echo " If you want to know what I'm doing, you can check my logs with the command" echo " - pwnlog" +echo " - sudo pwnagotchi --wizard, to help set up a config.toml" echo " - sudo pwnagotchi --version, to check the current version" echo " - sudo pwnagotchi --donate, to see how you can donate to this project" echo " - sudo pwnagotchi --check-update, to see if there is a new version available" @@ -30,4 +31,4 @@ echo echo " You can restart me using" echo " pwnkill" echo -echo " You learn more about me at https://pwnagotchi.ai/" \ No newline at end of file +echo " You can learn more about me at https://pwnagotchi.org/" \ No newline at end of file diff --git a/builder/data/64bit/etc/update-motd.d/01-motd b/builder/data/64bit/etc/update-motd.d/01-motd index 1f9d52d2..aa4258c9 100755 --- a/builder/data/64bit/etc/update-motd.d/01-motd +++ b/builder/data/64bit/etc/update-motd.d/01-motd @@ -2,7 +2,7 @@ _hostname=$(hostname) _version=$(cut -d"'" -f2 < /usr/local/lib/python3.11/dist-packages/pwnagotchi/_version.py) echo -echo "(☉_☉ ) $_hostname" +echo "(◕‿‿◕) $_hostname" echo echo " Hi! I'm a pwnagotchi $_version, please take good care of me!" echo " Here are some basic things you need to know to raise me properly!"