From 5b7014c68e57ab41df485339869af9012216e776 Mon Sep 17 00:00:00 2001 From: jayofelony Date: Mon, 4 Mar 2024 21:01:23 +0100 Subject: [PATCH] Change MOTD --- builder/data/64bit/etc/update-motd.d/01-motd | 1 + 1 file changed, 1 insertion(+) diff --git a/builder/data/64bit/etc/update-motd.d/01-motd b/builder/data/64bit/etc/update-motd.d/01-motd index 31f6c6bd..1f9d52d2 100755 --- a/builder/data/64bit/etc/update-motd.d/01-motd +++ b/builder/data/64bit/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"