From fefdfdd80a0dfe51b34768eb7ada72c237a1a7c4 Mon Sep 17 00:00:00 2001 From: Yuriy Mayatnikov Date: Sat, 31 Jan 2026 14:57:09 +0300 Subject: [PATCH] Fix repository URLs in README to match actual repo Co-Authored-By: Claude Opus 4.5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 568a020..207deac 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Bash script that enables [TCP BBR](https://github.com/google/bbr) congestion con ## Quick start ```bash -curl -fsSL https://raw.githubusercontent.com/user/bbr-setup/main/setup.sh | sudo bash +curl -fsSL https://raw.githubusercontent.com/halofourteen/bbr-setup/main/setup.sh | sudo bash ``` Or clone and run locally: ```bash -git clone https://github.com/user/bbr-setup.git +git clone https://github.com/halofourteen/bbr-setup.git cd bbr-setup sudo bash setup.sh ```