From 926a217e1e9815cc811bc75419c80ad4b8681e16 Mon Sep 17 00:00:00 2001 From: Frank Schulte Date: Sat, 22 Nov 2025 17:55:34 +0100 Subject: [PATCH] pve/init.sh aktualisiert change git repo url --- pve/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve/init.sh b/pve/init.sh index 5c10ae4..02ed6c4 100644 --- a/pve/init.sh +++ b/pve/init.sh @@ -22,7 +22,7 @@ RET=$(( ${RET} + $? )) mkdir -p /root/repo RET=$(( ${RET} + $? )) -git clone https://git.amintabh.de/fschulte.de/pve.git /root/repo/pve +git clone https://git.knarg.de/fschulte.de/pve.git /root/repo/pve RET=$(( ${RET} + $? )) find /root/repo/pve -type d -print 2>/dev/null