From 47b5de57a149fcc394df8e2df6431427620903c1 Mon Sep 17 00:00:00 2001 From: wajrou <41697817+wajrou@users.noreply.github.com> Date: Sat, 14 Jun 2025 13:12:38 +0200 Subject: [PATCH] Update linux.mdx repo menloresearch/cortex was renamed to cortex.cpp --- docs/docs/installation/linux.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/installation/linux.mdx b/docs/docs/installation/linux.mdx index debcbce1b..52238014e 100644 --- a/docs/docs/installation/linux.mdx +++ b/docs/docs/installation/linux.mdx @@ -27,12 +27,12 @@ This instruction is for stable releases. For beta and nightly releases, please r - Network installer for all linux distros ```bash - curl -s https://raw.githubusercontent.com/menloresearch/cortex/main/engine/templates/linux/install.sh | sudo bash -s + curl -s https://raw.githubusercontent.com/menloresearch/cortex.cpp/main/engine/templates/linux/install.sh | sudo bash -s ``` - Local installer for Debian-based distros ```bash - curl -s https://raw.githubusercontent.com/menloresearch/cortex/main/engine/templates/linux/install.sh | sudo bash -s -- --deb_local + curl -s https://raw.githubusercontent.com/menloresearch/cortex.cpp/main/engine/templates/linux/install.sh | sudo bash -s -- --deb_local ``` - Parameters