Skip to content

Instantly share code, notes, and snippets.

View sashka's full-sized avatar
🦎
Still exploring Zig

Alexander Saltanov sashka

🦎
Still exploring Zig
View GitHub Profile
@sashka
sashka / dist-upgrade-buster-to-bookworm.sh
Created August 28, 2024 08:42 — forked from rrottmann/dist-upgrade-buster-to-bookworm.sh
Dist-Upgrade Debian 10 Buster to Debian 12 Bookworm
# Debian 10
apt-get -y update
apt-get -y upgrade --without-new-pkgs
apt-get -y full-upgrade
cat > /etc/apt/sources.list <<"EOF"
deb http://deb.debian.org/debian/ bullseye main
deb-src http://deb.debian.org/debian/ bullseye main
deb http://security.debian.org/bullseye-security bullseye-security/updates main
deb-src http://security.debian.org/bullseye-security bullseye-security/updates main