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