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