feat(installer): default -install to y

Running without parameters previously skipped package install and
failed at certbot on a clean server. Packages now install by default;
use -install n to skip.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Ivan Razin
2026-07-17 08:45:56 +03:00
co-authored by Claude Fable 5
parent 53c1ea88d4
commit eaf1a53d2a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ wget -qO x-ui-latest.sh https://raw.githubusercontent.com/mozaroc/3x-ui-pro/main
**Шаг 2 — запустить**
```bash
bash x-ui-latest.sh -install y
bash x-ui-latest.sh
```
---
@@ -84,7 +84,7 @@ bash x-ui-latest.sh -uninstall y
| Параметр | Описание |
|----------|----------|
| `-install y` | Установить |
| `-install n` | Пропустить установку системных пакетов (по умолчанию `y`) |
| `-subdomain <домен>` | Домен панели и подписок |
| `-reality_domain <домен>` | Домен назначения для REALITY |
| `-auto_domain y` | Автоопределение домена (без ручного ввода) |