- Open cmd (run as administrator), then use
dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
dism /online /set-edition:serverstandard /productkey:VDYBN-27WPP-V4HQT-9VMD4-VMK7H /accepteula
##This installation instructions is based on the debian-11-standard template for LXC CT | |
#basics | |
apt update | |
apt full-upgrade | |
apt install sudo gnupg | |
#Java | |
apt install openjdk-11-jre-headless |