#Reference: https://wiki.debian.org/SourcesList # To get : wget "https://pub.ajam.dev/utils/debian/https_etc_apt_sources.list.txt" -O "./sources.list" && sudo mv "./sources.list" "/etc/apt/sources.list" # Verify: sudo nano "/etc/apt/sources.list" && cat "/etc/apt/sources.list" # Check: sudo apt-get update -y ; sudo apt-get dist-upgrade -y ; sudo apt-get upgrade -y # this won't work if apt-transport-https isn't installed. # To check: dpkg -l | less || apt list --installed | less # use: wget "https://pub.ajam.dev/utils/debian/http_etc_apt_sources.list.txt" -O "./sources.list" && sudo mv "./sources.list" "/etc/apt/sources.list" , if it's not installed, but make sure to change it once it's installed deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware deb https://ftp.debian.org/debian bookworm-backports main contrib non-free non-free-firmware