From 4f8b859c365664245dff4ffa352110c1e6a09e09 Mon Sep 17 00:00:00 2001 From: rainer Date: Tue, 29 Apr 2025 23:38:22 +0200 Subject: [PATCH] changed setup github repo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 2387685..3bfd837 100644 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ sudo apt update && sudo apt upgrade -y sudo apt install python3-venv git -y # Projekt klonen -git clone https://github.com/DEIN_GIT_REPO/pi-race-timer.git /home/pi/pi-race-timer +git clone https://git.geigernet.eu/rainer/pi-race-timer.git /home/pi/pi-race-timer cd /home/pi/pi-race-timer # Virtuelle Umgebung einrichten