Update linupx-scripts.sh

This commit is contained in:
2022-06-05 12:52:59 -05:00
parent 225137dfff
commit 69e2e901c8

View File

@@ -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
}