Add message at the end of setup script

This commit is contained in:
Alexandre CATTEAU 2023-07-08 17:06:38 +02:00
parent 0e2f90ca65
commit 91c990f908

View File

@ -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