Created
November 16, 2021 11:20
-
-
Save leowinterde/27e9ac0ff5a0efd03f0d51acbae07bae to your computer and use it in GitHub Desktop.
raspbian bullseye arm64 source.list
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://archive.raspberrypi.org/debian/ bullseye main | |
# Uncomment line below then 'apt-get update' to enable 'apt-get source' | |
#deb-src http://archive.raspberrypi.org/debian/ bullseye main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deb http://deb.debian.org/debian bullseye main contrib non-free | |
deb http://security.debian.org/debian-security bullseye-security main contrib non-free | |
deb http://deb.debian.org/debian bullseye-updates main contrib non-free | |
# Uncomment deb-src lines below then 'apt-get update' to enable 'apt-get source' | |
#deb-src http://deb.debian.org/debian bullseye main contrib non-free | |
#deb-src http://security.debian.org/debian-security bullseye-security main contrib non-free | |
#deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment