Skip to content

Instantly share code, notes, and snippets.

@ishad0w
Last active May 28, 2025 02:26
Show Gist options
  • Save ishad0w/6ce1eb569c734880200c47923577426a to your computer and use it in GitHub Desktop.
Save ishad0w/6ce1eb569c734880200c47923577426a to your computer and use it in GitHub Desktop.
Debian 10 (Buster) -- Full sources.list
deb http://deb.debian.org/debian buster main contrib non-free
deb-src http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian buster-updates main contrib non-free
deb-src http://deb.debian.org/debian buster-updates main contrib non-free
deb http://security.debian.org/debian-security/ buster/updates main contrib non-free
deb-src http://security.debian.org/debian-security/ buster/updates main contrib non-free
@FlorianHeigl
Copy link

FlorianHeigl commented May 28, 2025

one note, for some reason there's no buster security updates for mips64. Maybe I already knew why, but at least today I definitely don't.
upgrading from jessie directly in a test, I had to accept following keys:

# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
605C66F00D6C9793 0E98404D386FA1D9 648ACFD622F3D138 \
648ACFD622F3D138 0E98404D386FA1D9 DCC9EFBF77E11517 \
6ED0E7B82643E131 112695A0E562B32A 54404762BBB6E853

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment