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