fix: update all install URLs from GitHub to dl.samnet.dev

GitHub account suspended - migrate download URLs to Gitea mirror.
This commit is contained in:
SamNet-dev
2026-02-24 08:05:09 -06:00
parent b490190b89
commit 8deda0f96c
3 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ MTProxyMax is a full-featured Telegram MTProto proxy manager powered by the **te
<img src="main.png" width="600" alt="MTProxyMax Main Menu"/>
```bash
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/SamNet-dev/MTProxyMax/main/install.sh)"
sudo bash -c "$(curl -fsSL https://dl.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)"
```
---
@@ -53,7 +53,7 @@ Most MTProxy tools give you a proxy and a link. That's it. MTProxyMax gives you
### One-Line Install
```bash
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/SamNet-dev/MTProxyMax/main/install.sh)"
sudo bash -c "$(curl -fsSL https://dl.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/install.sh)"
```
The interactive wizard walks you through everything: port, domain, first user secret, and optional Telegram bot setup.
@@ -61,7 +61,7 @@ The interactive wizard walks you through everything: port, domain, first user se
### Manual Install
```bash
curl -fsSL https://raw.githubusercontent.com/SamNet-dev/MTProxyMax/main/mtproxymax.sh -o mtproxymax
curl -fsSL https://dl.samnet.dev/SamNet-dev/MTProxyMax/raw/branch/main/mtproxymax.sh -o mtproxymax
chmod +x mtproxymax
sudo ./mtproxymax install
```