diff --git a/rpi/first-boot-wizard.sh b/rpi/first-boot-wizard.sh index 08adb8b..befff97 100755 --- a/rpi/first-boot-wizard.sh +++ b/rpi/first-boot-wizard.sh @@ -53,8 +53,9 @@ echo -e "\033[38;5;93m══════════════\033[38;5;99m═ echo "" gum style --foreground 245 "This wizard will help you configure your Stegasoo server." +echo "" gum style --foreground 245 "You can reconfigure later by editing:" -gum style --foreground 245 " /etc/systemd/system/stegasoo.service" +gum style --foreground 214 " /etc/systemd/system/stegasoo.service" echo "" gum confirm "Ready to begin setup?" || exit 0