Atualizar server.sh
This commit is contained in:
parent
adad7d2ac1
commit
a6323d4fda
@ -158,7 +158,7 @@ _util() {
|
||||
_bashrc() {
|
||||
_cyan "\nBaixando script de personalização do bash..."
|
||||
|
||||
bash_script="https://git.ipv0.com.br/0/linux/raw/branch/master/mod/mod_bashrc"
|
||||
bash_script="https://git.ipv0.com.br/halbebruno/linux/src/branch/master/mod/mod_bashrc"
|
||||
|
||||
if curl -fsSL "$bash_script" | bash; then
|
||||
echo
|
||||
@ -175,7 +175,7 @@ _bashrc() {
|
||||
_motd() {
|
||||
_cyan "\nBaixando script de personalização do motd..."
|
||||
|
||||
motd_script="https://git.ipv0.com.br/0/linux/raw/branch/master/mod/mod_motd"
|
||||
motd_script="https://git.ipv0.com.br/halbebruno/linux/src/branch/master/mod/mod_motd"
|
||||
|
||||
if curl -fsSL "$motd_script" | bash; then
|
||||
echo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user