update default install options for internal development for nsi #1

Merged
norman merged 4 commits from nsi-defaults into installer 2026-04-06 12:45:07 +00:00
Showing only changes of commit 787216ebff - Show all commits

11
debian/install.sh vendored
View File

@@ -8,8 +8,17 @@ cd "$(dirname "$0")"
. ./resources/colors.sh
. ./resources/environment.sh
#Git Credentials
printf "Git email: "
read GIT_EMAIL
printf "Git password/token: "
stty -echo
read GIT_PASSWORD
stty echo
printf "\n"
# removes the cd img from the /etc/apt/sources.list file (not needed after base install)
sed -i '/cdrom:/d' /etc/apt/sources.list
...sed -i '/cdrom:/d' /etc/apt/sources.list
#Update to latest packages
verbose "Update installed packages"