From 736e1e3a83e1b864ec18623c04b2ed996c108689 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:56 -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