You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm running bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassio_lxc/raw/master/create_container.sh)" I always get the same error message: "1@105 Unable to find a template when searching for 'debian-10'."
I already installed debian-11-standard and debian-12-standard template. But there is no debian-10-standard template available. My guess is, that debian 11 and 12 have everything debian 10 has and therefore the debian 10 template is not available anymore but still hidden in the code as a requirement to install the container. What should I do now? Any recommendations? I'm glad for any help!
Kindest regards,
Tipkla
The text was updated successfully, but these errors were encountered:
the solution is to replace the variable export PCT_OSVERSION=10 with export PCT_OSVERSION=11, the reason is because since proxmox version 8there is no debian 10 image that is set by hand in the script.
When I'm running bash -c "$(wget -qLO - https://github.com/whiskerz007/proxmox_hassio_lxc/raw/master/create_container.sh)" I always get the same error message: "1@105 Unable to find a template when searching for 'debian-10'."
I already installed debian-11-standard and debian-12-standard template. But there is no debian-10-standard template available. My guess is, that debian 11 and 12 have everything debian 10 has and therefore the debian 10 template is not available anymore but still hidden in the code as a requirement to install the container. What should I do now? Any recommendations? I'm glad for any help!
Kindest regards,
Tipkla
The text was updated successfully, but these errors were encountered: