From 69e2e901c8eb6fdfc81096403c63d59f9a9ea904 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 5 Jun 2022 12:52:59 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 6b292fc..0dc03f4 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -482,6 +482,7 @@ POSTFIX_INSTALL(){ BASHRC_INSTALL(){ echo -e "${Green}Installing root/.bashrc${Color_Off}" /usr/bin/wget -O ~/.bashrc https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/bashrc + read -n 1 -s -p "Press any key to continue" INSTALL_MENU }