ggMartinez / Proxmox-Cloud-Image-Importer

8 stars 0 forks source link

bash: cloud-import: command not found #1

Open talltechy opened 2 months ago

talltechy commented 2 months ago

pve 8.2.3 running Debian GNU/Linux 12 (bookworm)

root@pve:/home/cockpitadm# cd /opt/Proxmox-Cloud-Image-Importer root@pve:/opt/Proxmox-Cloud-Image-Importer# ls -la total 40 drwxr-xr-x 3 root root 7 Sep 2 10:55 . drwxr-xr-x 5 root root 5 Sep 2 10:55 .. -rw-r--r-- 1 root root 2793 Sep 2 10:55 cloud-import.py drwxr-xr-x 8 root root 13 Sep 2 10:55 .git -rw-r--r-- 1 root root 1253 Sep 2 10:55 install.sh -rw-r--r-- 1 root root 1395 Sep 2 10:55 README.md -rw-r--r-- 1 root root 17 Sep 2 10:55 requirements.txt root@pve:/opt/Proxmox-Cloud-Image-Importer# git pull Already up to date. root@pve:/opt/Proxmox-Cloud-Image-Importer# cloud-import bash: cloud-import: command not found

ggMartinez commented 2 months ago

Hi @talltechy, did you run the install script?

ggMartinez commented 2 months ago

The install script had a typo on the path where the link should be created. Fixed with this commit.

Feel free to try again, sorry for the incovenience.