Обновить README.md

This commit is contained in:
NW 2025-08-22 01:47:54 +00:00
parent 8a52e2de25
commit 79f6c425e5

View File

@ -12,7 +12,7 @@
- 🐋 **Docker & Docker Compose** (как плагин, без дефиса)
- 🧩 **Dry** (интерфейс для управления Docker)
- 📊 **btop** (мониторинг системы с поддержкой GPU)
- 🔗 **Клонирование репозитория** [opendoor-vpn-to-tor](https://git.softuniq.eu/OpenDoor/opendoor-vpn-to-tor)
- 🔗 **Клонирование репозитория** [opendoor-base-install](https://git.softuniq.eu/OpenDoor/opendoor-base-install)
- 📂 **Копирование файлов из папки `tmux`** в `/root/`
## Особенности
@ -37,14 +37,14 @@
## Быстрый старт
```bash
bash <(curl -s https://git.softuniq.eu/OpenDoor/opendoor-vpn-to-tor/raw/branch/main/setup_vps.sh)
bash <(curl -s https://git.softuniq.eu/OpenDoor/opendoor-base-install/raw/branch/main/setup_vps.sh)
```
## Ручная установка
1. Скачайте скрипт:
```bash
wget https://git.softuniq.eu/OpenDoor/opendoor-vpn-to-tor/raw/branch/main/setup_vps.sh
wget https://git.softuniq.eu/OpenDoor/opendoor-base-install/raw/branch/main/setup_vps.sh
```
2. Сделайте исполняемым:
```bash