mirror of https://github.com/ospab/ostp.git
Fix: Update raw installation URLs from main to master branch in READMEs
This commit is contained in:
parent
ef8bea242b
commit
0367eb5582
|
|
@ -31,7 +31,7 @@ The pipeline utilizes a highly optimized modular framework:
|
|||
For rapid, interactive provisioning on standard Linux host environments, execute the unified installer via a single terminal command:
|
||||
|
||||
```bash
|
||||
bash <(curl -Ls https://raw.githubusercontent.com/ospab/ostp/main/scripts/install.sh)
|
||||
bash <(curl -Ls https://raw.githubusercontent.com/ospab/ostp/master/scripts/install.sh)
|
||||
```
|
||||
|
||||
*This routine autonomously fetches correct binary releases, registers a resilient system daemon, and interactively initializes configuration templates utilizing the binary's native compiler.*
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ OSTP — это высокопроизводительный, надежный
|
|||
Для быстрого интерактивного развертывания узла в стандартных серверных средах Linux выполните команду установки непосредственно в консоли терминала:
|
||||
|
||||
```bash
|
||||
bash <(curl -Ls https://raw.githubusercontent.com/ospab/ostp/main/scripts/install.sh)
|
||||
bash <(curl -Ls https://raw.githubusercontent.com/ospab/ostp/master/scripts/install.sh)
|
||||
```
|
||||
|
||||
*Данный сценарий автономно загружает подходящий бинарный релиз, регистрирует системную службу демона в операционной системе и интерактивно настраивает конфигурационные шаблоны с помощью встроенных инструментов компиляции.*
|
||||
|
|
|
|||
Loading…
Reference in New Issue