Launch New GIT

This commit is contained in:
2025-10-25 00:04:02 -03:00
parent e0c114f73b
commit bdb360ce2a
41 changed files with 50 additions and 53 deletions

View File

@@ -401,7 +401,7 @@ fi
#--------------------
elif [ "$cake" == "9" ]; then
local_version=$(cat /opt/DragonCore/version.txt)
remote_version=$(wget -qO- https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/version.txt)
remote_version=$(wget -qO- https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/version.txt)
if [[ "$local_version" == "$remote_version" ]]; then
clear
echo ""
@@ -418,7 +418,7 @@ echo -ne "Atualizar script? S/N > "; read att
echo ""
lowercaseInput=$(echo "$att" | tr '[:upper:]' '[:lower:]')
if [[ "$lowercaseInput" == 'y' || "$lowercaseInput" == 's' ]]; then
bash <(wget -qO- https://raw.githubusercontent.com/Penguinehis/DragonCoreSSH-Beta/main/install.sh)
bash <(wget -qO- https://git.dr2.site/penguinehis/DragonCoreSSH-Beta/raw/branch/main/install.sh)
clear
echo ""
echo "Por favor digite menu novamente!"