From 34e99d552cea7c0a1f83e019a6941b72b1464799 Mon Sep 17 00:00:00 2001 From: DJ Gillespie Date: Tue, 22 Apr 2025 12:22:48 -0600 Subject: [PATCH] fix bad git url in install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 93aa5d3..459fe78 100644 --- a/install.sh +++ b/install.sh @@ -22,7 +22,7 @@ else fi echo "Downloading importer... \n\n" -git clone https://github.com/ggMartinez/Proxmox-Cloud-Image-Importer $outputDirectory && cd $outputDirectory && git config core.fileMode false +git clone https://git.djg.dev/dahjah/Proxmox-Cloud-Image-Importer $outputDirectory && cd $outputDirectory && git config core.fileMode false