Open JuRo1971 opened 2 months ago
Hi all,
unfortunately the scrip is not function in proxmox shell (lastest version)
git clone https://github.com/mathewalves/machine-to-proxmox-lxc-ct-converter.git cd machine-to-proxmox-lxc-ct-converter chmod +x convert.sh bashconvert
ends up in
-bash: git: command not found -bash: cd: machine-to-proxmox-lxc-ct-converter: No such file or directory chmod: cannot access 'convert.sh': No such file or directory chmod: cannot access 'bashconvert': No such file or directory
What can I do? Thanks JuRo
Install git on your Proxmox host with the following command (as root)
apt install git
Hi all,
unfortunately the scrip is not function in proxmox shell (lastest version)
git clone https://github.com/mathewalves/machine-to-proxmox-lxc-ct-converter.git cd machine-to-proxmox-lxc-ct-converter chmod +x convert.sh bashconvert
ends up in
-bash: git: command not found -bash: cd: machine-to-proxmox-lxc-ct-converter: No such file or directory chmod: cannot access 'convert.sh': No such file or directory chmod: cannot access 'bashconvert': No such file or directory
What can I do? Thanks JuRo