From e711d2ed89cf277ce8f4f30af453d526276150af Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Thu, 26 Feb 2026 08:14:50 +0100 Subject: [PATCH] Update install/script.sh --- install/script.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install/script.sh b/install/script.sh index 305a831..454e491 100644 --- a/install/script.sh +++ b/install/script.sh @@ -1,7 +1,8 @@ #!/bin/bash -BASE_URL="https://git.de-roo.org/ben/pychat/raw/branch/main" -INSTALL_DIR="install" +REPO_DIR="install" +INSTALL_DIR="pychat" +BASE_URL="https://git.de-roo.org/ben/pychat/raw/branch/main/$REPO_DIR" echo "Thanks for using PyChat!"