diff --git a/README.md b/README.md index 05eae51..8bc0410 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,16 @@ ### 📦 How to Install +** NEW PARAMETER FOR PAYLOAD: ** + +```bash +[split]x-skip: 200[crlf][crlf] +``` + **Step-by-step:** ```bash -wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/beta/install.sh | bash +wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/alpha/install.sh | bash ``` To acess the menu: @@ -22,7 +28,7 @@ To acess the menu: **Passo a passo:** ```bash -wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/beta/install.sh | bash +wget -qO- https://git.dr2.site/penguinehis/DragonX-SSH-Proxy/raw/branch/alpha/install.sh | bash ``` Para abrir o menu: diff --git a/dragon_go-ARM b/dragon_go-ARM index adf4ebf..cf0fcc3 100644 Binary files a/dragon_go-ARM and b/dragon_go-ARM differ diff --git a/dragon_go-x86 b/dragon_go-x86 index e9c6d45..ea4fb9e 100644 Binary files a/dragon_go-x86 and b/dragon_go-x86 differ diff --git a/install.sh b/install.sh index 8d4114a..52a3bc3 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 beta - git -C "$INSTALL_DIR" pull --rebase --autostash origin beta || true + git -C "$INSTALL_DIR" checkout alpha + git -C "$INSTALL_DIR" pull --rebase --autostash origin alpha || true else rm -rf "$INSTALL_DIR" - git clone --depth 1 --branch beta "$REPO_URL" "$INSTALL_DIR" + git clone --depth 1 --branch alpha "$REPO_URL" "$INSTALL_DIR" fi # Ensure executables are present & executable