diff --git a/README.md b/README.md index aecbd9a..7608266 100644 --- a/README.md +++ b/README.md @@ -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.* diff --git a/README.ru.md b/README.ru.md index 0f1e76c..b8638b8 100644 --- a/README.ru.md +++ b/README.ru.md @@ -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) ``` *Данный сценарий автономно загружает подходящий бинарный релиз, регистрирует системную службу демона в операционной системе и интерактивно настраивает конфигурационные шаблоны с помощью встроенных инструментов компиляции.*