fix: use GitHub slug mnezia_web-PRO in URLs and branding

Amnezia_web-PRO path 404s; canonical repo is andrey271192/mnezia_web-PRO.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 21:38:51 +03:00
parent 8556a166d2
commit 76c4af30f2
4 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
# Установка Amnezia Admin WebUI одной командой (см. README).
set -euo pipefail
GITHUB_REPO="${GITHUB_REPO:-andrey271192/Amnezia_web-PRO}"
GITHUB_REPO="${GITHUB_REPO:-andrey271192/mnezia_web-PRO}"
BRANCH="${BRANCH:-main}"
INSTALL_DIR="${INSTALL_DIR:-/opt/amnezia-admin}"
DATA_DIR="${DATA_DIR:-/opt/amnezia-admin-data}"