Open ipod86 opened 1 year ago
same issue there
same
OSTYPE=debian OSVERSION=${OSTYPE}-10 mapfile -t TEMPLATES < <(pveam available -section system | sed -n "s/.*\($OSVERSION.*\)/\1/p" | sort -t - -k 2 -V) TEMPLATE="${TEMPLATES[-1]}"
There is no debian-10 template available anymore. That part should work if that one line is changed to OSVERSION=${OSTYPE}-12 Of course should make a fix that would not break in the future.
The problem is that the setup.sh also has some problems, need to dig into those.
Ok, so debian is not offering the EOL'd python2 any more, so the python packages are a problem now.
So, use the script to install debian 11 and follow from here on the LXC https://github.com/motioneye-project/motioneye/wiki/Install-on-Debian-11-%28Bullseye%29