From c03e12dd5a51402a9a6c15e0df87c34451c0da08 Mon Sep 17 00:00:00 2001 From: Halbe Bruno Date: Mon, 10 Feb 2025 13:44:13 -0300 Subject: [PATCH] Atualizar server.sh --- server.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/server.sh b/server.sh index 0acee71..8c24d9b 100644 --- a/server.sh +++ b/server.sh @@ -158,7 +158,7 @@ _util() { _bashrc() { _cyan "\nBaixando script de personalização do bash..." - bash_script="https://git.ipv0.com.br/halbebruno/linux/src/branch/master/mod/mod_bashrc" + bash_script="https://git.ipv0.com.br/halbebruno/linux/raw/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/halbebruno/linux/src/branch/master/mod/mod_motd" + motd_script="https://git.ipv0.com.br/halbebruno/linux/raw/branch/master/mod/mod_motd" if curl -fsSL "$motd_script" | bash; then echo @@ -212,7 +212,6 @@ _teccnia() { remover_itens=( "*.md" "*.txt" - "server.sh" ) ## Remover arquivos ou diretórios indesejados @@ -251,7 +250,7 @@ _blue " | |" _blue " + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +\n" echo -e "\n Para mais informações, visite o link do projeto:" -echo -e " https://git.ipv0.com.br/0/linux" +echo -e " https://git.ipv0.com.br/halbebruno/linux" # Confirmar execução do script read -p " Você deseja prosseguir? (S/n): " response < /dev/tty