Add missing echo

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:00 -04:00
parent 6cff55e63b
commit 443678dee0
1 changed files with 1 additions and 0 deletions

View File

@ -659,6 +659,7 @@ EOF
echo "4c) Please enter any additional packages, comma-separated without spaces,"
echo "that you require installed in the base system (firmware, etc.). These"
echo "must be valid packages or the install will fail!"
echo
echo -n "> "
read addpkglist
echo