diff --git a/README.md b/README.md index 8bc0410..836ba13 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ **Step-by-step:** ```bash -wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/alpha/install.sh | bash +wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/main/install.sh | bash ``` To acess the menu: @@ -28,7 +28,7 @@ To acess the menu: **Passo a passo:** ```bash -wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/alpha/install.sh | bash +wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/main/install.sh | bash ``` Para abrir o menu: diff --git a/dragon_go-ARM b/dragon_go-ARM index 605fd24..1f1512e 100644 Binary files a/dragon_go-ARM and b/dragon_go-ARM differ diff --git a/dragon_go-x86 b/dragon_go-x86 index 0e6c577..a5f340c 100644 Binary files a/dragon_go-x86 and b/dragon_go-x86 differ diff --git a/install.sh b/install.sh index 52a3bc3..dd7ada2 100644 --- a/install.sh +++ b/install.sh @@ -18,11 +18,11 @@ fi if [ -d "$INSTALL_DIR/.git" ]; then echo "Existing repo detected. Pulling latest..." git -C "$INSTALL_DIR" fetch origin - git -C "$INSTALL_DIR" checkout alpha - git -C "$INSTALL_DIR" pull --rebase --autostash origin alpha || true + git -C "$INSTALL_DIR" checkout main + git -C "$INSTALL_DIR" pull --rebase --autostash origin main || true else rm -rf "$INSTALL_DIR" - git clone --depth 1 --branch alpha "$REPO_URL" "$INSTALL_DIR" + git clone --depth 1 --branch main "$REPO_URL" "$INSTALL_DIR" fi # Ensure executables are present & executable