From f859c7a6610ec3562c27b317241dd417fc98eb9d Mon Sep 17 00:00:00 2001 From: julien Date: Wed, 8 Apr 2026 12:27:44 +0200 Subject: [PATCH] "Updates" --- TuringPi/compute-modules.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TuringPi/compute-modules.md b/TuringPi/compute-modules.md index 69985a2..44a4425 100644 --- a/TuringPi/compute-modules.md +++ b/TuringPi/compute-modules.md @@ -96,14 +96,14 @@ sudo vim /etc/update-motd.d/01-cowsay ``` ```bash -sudo vim /etc/update-motd.d/05-here-and-now +sudo vim ~/local/bin/now ``` ```bash #!/bin/bash # NAME: now -# PATH: $HOME/bin +# PATH: $HOME/.local/bin # DESC: Display current weather, calendar and time # CALL: Called from terminal or ~/.bashrc # DATE: Apr 6, 2017. Modified: Mar 30, 2018. @@ -222,7 +222,7 @@ exit 0 ```bash sudo chmod +x /etc/update-motd.d/01-cowsay -sudo chmod +x /etc/update-motd.d/05-here-and-now +sudo chmod +x ~/local/bin/now ``` #### Networking