Fix: Update raw installation URLs from main to master branch in READMEs

This commit is contained in:
ospab 2026-05-14 22:44:57 +03:00
parent ef8bea242b
commit 0367eb5582
2 changed files with 2 additions and 2 deletions

View File

@ -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.*

View File

@ -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)
```
*Данный сценарий автономно загружает подходящий бинарный релиз, регистрирует системную службу демона в операционной системе и интерактивно настраивает конфигурационные шаблоны с помощью встроенных инструментов компиляции.*