From 91c990f908d09f47bd96b7980ae679050decd1a6 Mon Sep 17 00:00:00 2001 From: Alexandre CATTEAU Date: Sat, 8 Jul 2023 17:06:38 +0200 Subject: [PATCH] Add message at the end of setup script --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 0680b6b..7b523bd 100755 --- a/setup.sh +++ b/setup.sh @@ -96,5 +96,6 @@ echo "* reboot the SBC" echo "And perhaps:" echo "* set a new password for $user" echo "* set htop at your convenience" +echo "* connect to Wi-Fi network" echo "* remove password for sudo" # TODO we should automate that, with a flag exit 0