From d23ff8d47a8ab270c11c6aee0d19e274744d4a22 Mon Sep 17 00:00:00 2001 From: findingmoist <128169791+findingmoist@users.noreply.github.com> Date: Fri, 26 Jan 2024 18:56:40 -0500 Subject: [PATCH] Update 01-motd * Changed face so it shows * updated python3 version so $_version shows the update number Signed-off-by: findingmoist <128169791+findingmoist@users.noreply.github.com> --- builder/data/etc/update-motd.d/01-motd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/builder/data/etc/update-motd.d/01-motd b/builder/data/etc/update-motd.d/01-motd index 8c13ae9f..08936d4d 100755 --- a/builder/data/etc/update-motd.d/01-motd +++ b/builder/data/etc/update-motd.d/01-motd @@ -1,8 +1,8 @@ #!/bin/sh _hostname=$(hostname) -_version=$(cut -d"'" -f2 < /usr/local/lib/python3.9/dist-packages/pwnagotchi/_version.py) +_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!" @@ -30,4 +30,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 learn more about me at https://pwnagotchi.ai/"