From 225137dfffa01581e75f612b06d6601ae54e19c7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 5 Jun 2022 12:49:43 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 66e5401..6b292fc 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -481,7 +481,7 @@ POSTFIX_INSTALL(){ } BASHRC_INSTALL(){ echo -e "${Green}Installing root/.bashrc${Color_Off}" - /usr/bin/wget -O /root/.bashrc https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/bashrc + /usr/bin/wget -O ~/.bashrc https://git.schroedercity.com/voltron/Misc-Scripts/raw/branch/master/bashrc INSTALL_MENU }