From c2c2e5cd7903ed9e96eacd07cd1ce88af7be0cd4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 24 Jun 2023 16:14:06 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index c940fe8..6fe75f6 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -669,6 +669,9 @@ COPYCERTS_UPDATE(){ UPDATEREPOKEYS(){ apt-key adv --refresh-keys --keyserver keyserver.ubuntu.com + echo + echo -e "${Green}APT Repo Keys have been updated${Color_Off}" + read -n 1 -s -p "Press any key to continue" } SCRIPT_MENU() {