Update install_server_setup.sh

This commit is contained in:
Niko Andreopoulos 2025-10-22 13:56:23 -04:00
parent 68108dac3b
commit 5eb81c5a9f

View file

@ -401,8 +401,8 @@ main() {
fi
# Niko (optional)
if prompt_yn "Create user 'Niko' (full: 'Niko Andreopoulos') and assign your key?" Y; then
create_user_if_needed "Niko" "Niko Andreopoulos"
if prompt_yn "Create user 'niko' (full: 'Niko Andreopoulos') and assign your key?" Y; then
create_user_if_needed "niko" "Niko Andreopoulos"
set_user_password "Niko"
local NIKO_KEY="${NIKO_SSH_PUBKEY:-}"
if [[ -z "$NIKO_KEY" ]] && prompt_yn "Paste an SSH public key for Niko?" Y; then