#!/bin/bash # from buster to bulleye apt install -y wget wget -O sources.list 'https://code.newnius.com/snippets/linux-setup/raw/branch/master/debian_bullseye_apt_sources.list' mv sources.list /etc/apt/ apt update apt upgrade --without-new-pkgs apt full-upgrade