diff --git a/README.md b/README.md index b090ffc..e8cf9e7 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ cp .env.example .env ## Быстрая установка одной командой ```bash -curl -fsSL https://github.com/ssomvk/sso-service/raw/main/install.sh | bash +curl -fsSL https://git.lendry.ru/lendry/sso-mvk/raw/main/install.sh | bash ``` Скрипт автоматически: diff --git a/install.sh b/install.sh index ca6d2a9..70f9f2b 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -REPO="ssomvk/sso-service" +REPO="lendry/sso-mvk" BRANCH="main" INSTALL_DIR="${INSTALL_DIR:-$HOME/sso-service}"