2 Commits
beta ... alpha

Author SHA1 Message Date
b29836ee79 1.11 Delay Split FIX 2025-10-11 15:59:44 -03:00
f526a21c66 1.10 ALPHA 2025-10-10 22:14:04 -03:00
4 changed files with 11 additions and 5 deletions

View File

@@ -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:

Binary file not shown.

Binary file not shown.

View File

@@ -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