server mode

This commit is contained in:
billypom on debian 2025-02-01 21:16:33 -05:00
parent 771a1cb1dd
commit 04a5624061

View File

@ -49,7 +49,7 @@ include_debian_backports=false
echo "${fg_blue}" echo "${fg_blue}"
cat ascii.txt cat ascii.txt
echo "${fg_cyan}-----Debian Install Script-----${reset}" 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 "Include debian backports in apt package manager? (Y/N)" && include_debian_backports=true
confirm "Swap Left Super & Left Control <for mac keyboard> (Y/N)" && is_macbook=true confirm "Swap Left Super & Left Control <for mac keyboard> (Y/N)" && is_macbook=true
if $is_server; then if $is_server; then