From be00f2ca59aae6ceed446450e33bd36e7c0d46bf Mon Sep 17 00:00:00 2001 From: julien Date: Mon, 20 Oct 2025 14:28:29 +0200 Subject: [PATCH] "Updates" --- Turing Pi/compute-modules.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Turing Pi/compute-modules.md b/Turing Pi/compute-modules.md index c55ccc8..6f69380 100644 --- a/Turing Pi/compute-modules.md +++ b/Turing Pi/compute-modules.md @@ -86,9 +86,6 @@ sudo apt install -y cowsay fortune sudo vim /etc/update-motd.d/01-cowsay ``` -[Networking](networking.md) - - ```bash #!/bin/bash /usr/games/fortune | /usr/games/cowsay -f tux @@ -100,6 +97,7 @@ sudo chmod +x /etc/update-motd.d/01-cowsay #### Networking +> [Networking](networking.md) #### Sensors