fix bad git url in install
This commit is contained in:
parent
22ca05bdef
commit
34e99d552c
@ -22,7 +22,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Downloading importer... \n\n"
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user