pve/init.sh aktualisiert

change git repo url
This commit is contained in:
2025-11-22 17:55:34 +01:00
parent d0e01660bf
commit 926a217e1e

View File

@@ -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