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 }