# sudo sed -i s/bullseye/bookworm/ /etc/apt/sources.list sudo apt update sudo apt full-upgrade -y # sudo apt install wget gnupg2 apt-transport-https wget -O - https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc echo "deb https://pkg.wslutiliti.es/debian bullseye main" | sudo tee -a /etc/apt/sources.list sudo apt update