Add success messages to wget lookups

This commit is contained in:
Joshua Boniface 2021-09-09 11:41:01 -04:00 committed by Joshua Boniface
parent b81945f233
commit ca9796ef51
1 changed files with 4 additions and 0 deletions

View File

@ -249,6 +249,8 @@ while [[ -z ${debmirror} ]]; do
continue
fi
echo
echo "Repository mirror '${debmirror}' successfully validated."
echo
done
echo "5) Please enter an HTTP URL containing a text list of SSH authorized keys to"
@ -287,6 +289,8 @@ else
echo -n "> "
read target_keys_url
done
echo
echo "SSH key source '${target_keys_url}' successfully validated."
fi
echo