Open talltechy opened 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
Hi @talltechy, did you run the install script?
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.
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