second commit
This commit is contained in:
@@ -185,7 +185,7 @@ cp .env.example .env
|
|||||||
## Быстрая установка одной командой
|
## Быстрая установка одной командой
|
||||||
|
|
||||||
```bash
|
```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
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
REPO="ssomvk/sso-service"
|
REPO="lendry/sso-mvk"
|
||||||
BRANCH="main"
|
BRANCH="main"
|
||||||
INSTALL_DIR="${INSTALL_DIR:-$HOME/sso-service}"
|
INSTALL_DIR="${INSTALL_DIR:-$HOME/sso-service}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user