Update linupx-scripts.sh

This commit is contained in:
2022-06-05 12:49:43 -05:00
parent ec63b8d1dd
commit 225137dfff

View File

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