From ca9796ef51e232f3b3f30a526f8e791105489fff Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 9 Sep 2021 11:41:01 -0400 Subject: [PATCH] Add success messages to wget lookups --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install.sh b/install.sh index 5928975..cbbcb73 100755 --- a/install.sh +++ b/install.sh @@ -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