From b0a04dcf028cfe3eea4134216a245b5959a7b558 Mon Sep 17 00:00:00 2001 From: julien Date: Sat, 4 Apr 2026 15:50:41 +0200 Subject: [PATCH] "Updates" --- TuringPi/compute-modules.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TuringPi/compute-modules.md b/TuringPi/compute-modules.md index 3d06c5f..6faf9e1 100644 --- a/TuringPi/compute-modules.md +++ b/TuringPi/compute-modules.md @@ -59,7 +59,10 @@ echo "pleb ALL=(ALL:ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/pleb ``` ``` +sudo hostnamectl set-hostname + sudo dpkg-reconfigure locales + sudo timedatectl set-timezone Europe/Paris ```