my5t3ry / machine-to-proxmox-lxc-ct-converter

convert any gnu/linux machine into a proxmox lxc container
114 stars 33 forks source link

Script not function #9

Open JuRo1971 opened 2 months ago

JuRo1971 commented 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

tose commented 2 months ago

Install git on your Proxmox host with the following command (as root)

apt install git