second commit
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Скрипт автоматически:
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user