TorabRamin revised this gist . Go to revision
1 file changed, 23 insertions
.bash(file created)
@@ -0,0 +1,23 @@ | |||
1 | + | #deb cdrom:[Debian GNU/Linux 12.11.0 _Bookworm_ - Official amd64 NETINST with firmware 20250517-09:51> | |
2 | + | ||
3 | + | # Original deb.debian.org lines (now commented out) | |
4 | + | #deb http://deb.debian.org/debian/ bookworm main non-free-firmware | |
5 | + | #deb-src http://deb.debian.org/debian/ bookworm main non-free-firmware | |
6 | + | ||
7 | + | # Debian 12 (Bookworm) repositories from XeonBD mirror | |
8 | + | deb https://mirror.xeonbd.com/debian/ bookworm main contrib non-free non-free-firmware | |
9 | + | deb https://mirror.xeonbd.com/debian/ bookworm-updates main contrib non-free non-free-firmware | |
10 | + | ||
11 | + | # Debian security updates (recommended to keep separate for faster updates) | |
12 | + | deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware | |
13 | + | deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware | |
14 | + | ||
15 | + | # Original bookworm-updates lines (now commented out) | |
16 | + | #deb http://deb.debian.org/debian/ bookworm-updates main non-free-firmware | |
17 | + | #deb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware | |
18 | + | ||
19 | + | # This system was installed using small removable media | |
20 | + | # (e.g. netinst, live or single CD). The matching "deb cdrom" | |
21 | + | # entries were disabled at the end of the installation process. | |
22 | + | # For information about how to configure apt package sources, | |
23 | + | # see the sources.list(5) manual. |
Newer
Older