From be0c4359a10c557d5b07e9dcfafbb8294932ba60 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Fri, 20 Feb 2026 23:49:53 -0600 Subject: [PATCH] Fix wget URLs to point to Gitea instead of GitHub Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11e267e..8a9f405 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ curl -sL https://git.samnet.dev/SamNet-dev/conduit/raw/branch/main/conduit.sh | Or download and run manually: ```bash -wget https://raw.githubusercontent.com/SamNet-dev/conduit-manager/main/conduit.sh +wget https://git.samnet.dev/SamNet-dev/conduit/raw/branch/main/conduit.sh sudo bash conduit.sh ``` @@ -353,7 +353,7 @@ curl -sL https://git.samnet.dev/SamNet-dev/conduit/raw/branch/main/conduit.sh | یا دانلود و اجرای دستی: ```bash -wget https://raw.githubusercontent.com/SamNet-dev/conduit-manager/main/conduit.sh +wget https://git.samnet.dev/SamNet-dev/conduit/raw/branch/main/conduit.sh sudo bash conduit.sh ```