From ee08f80821e1d287b9ef8b10b4c83f556cfa7235 Mon Sep 17 00:00:00 2001 From: johnysigma Date: Mon, 4 Aug 2025 14:47:21 +0300 Subject: [PATCH] Fix installation script URLs in README - Update installation command to use correct Gitea repository URL - Fix both installation and update commands to point to git.debros.io - Replace GitHub URLs with proper DeBros Gitea instance URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3866696..f45eec5 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ For production deployments on Linux servers, we provide an automated installatio ```bash # Download and run the installation script -curl -sSL https://raw.githubusercontent.com/DeBrosOfficial/debros-network/main/scripts/install-debros-network.sh | bash +curl -sSL https://git.debros.io/DeBros/network/raw/branch/main/scripts/install-debros-network.sh | bash ``` #### What the Script Does @@ -441,7 +441,7 @@ The installation script implements production security best practices: ```bash # Update to latest version (re-run the installation script) -curl -sSL https://raw.githubusercontent.com/DeBrosOfficial/debros-network/main/scripts/install-debros-network.sh | bash +curl -sSL https://git.debros.io/DeBros/network/raw/branch/main/scripts/install-debros-network.sh | bash # Manual source update cd /opt/debros/src