From 3d2b5bab102c5e3f931aa3de27055adc8e0d1ec2 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Thu, 26 Feb 2026 08:26:25 +0100 Subject: [PATCH] Update install/script.sh --- install/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/script.sh b/install/script.sh index 454e491..6ddc95b 100644 --- a/install/script.sh +++ b/install/script.sh @@ -2,7 +2,7 @@ REPO_DIR="install" INSTALL_DIR="pychat" -BASE_URL="https://git.de-roo.org/ben/pychat/raw/branch/main/$REPO_DIR" +BASE_URL="https://git.de-roo.org/ben/pychat/raw/branch/main" echo "Thanks for using PyChat!"