From 04a56240612d71b81ee0f63abdd249da1197649f Mon Sep 17 00:00:00 2001 From: billypom on debian Date: Sat, 1 Feb 2025 21:16:33 -0500 Subject: [PATCH] server mode --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index 2e8dc65..70564ca 100755 --- a/debian.sh +++ b/debian.sh @@ -49,7 +49,7 @@ include_debian_backports=false echo "${fg_blue}" cat ascii.txt echo "${fg_cyan}-----Debian Install Script-----${reset}" -confirm "Is this a server?" && is_server=true +confirm "Is this a server? (Y/N)" && is_server=true confirm "Include debian backports in apt package manager? (Y/N)" && include_debian_backports=true confirm "Swap Left Super & Left Control (Y/N)" && is_macbook=true if $is_server; then