Add missing echo

This commit is contained in:
2023-08-28 16:44:45 -04:00
parent 63acea4c50
commit 1ef689c328

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