hetzner/bookworm
This commit is contained in:
parent
0e8ea7af97
commit
dee85aab3b
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ Dpkg::Progress True;
|
||||||
" > '/etc/apt/apt.conf'
|
" > '/etc/apt/apt.conf'
|
||||||
# apt / sources
|
# apt / sources
|
||||||
echo -n "\
|
echo -n "\
|
||||||
deb https://deb.debian.org/debian buster main contrib non-free
|
deb https://deb.debian.org/debian bookworm main non-free-firmware contrib non-free
|
||||||
deb https://deb.debian.org/debian buster-backports main contrib non-free
|
deb https://deb.debian.org/debian bookworm-backports main non-free-firmware contrib non-free
|
||||||
deb https://deb.debian.org/debian buster-updates main contrib non-free
|
deb https://deb.debian.org/debian bookworm-updates main non-free-firmware contrib non-free
|
||||||
deb https://deb.debian.org/debian-security buster/updates main contrib non-free
|
deb https://deb.debian.org/debian-security bookworm-security main non-free-firmware contrib non-free
|
||||||
" > '/etc/apt/sources.list'
|
" > '/etc/apt/sources.list'
|
||||||
# bash / rc
|
# bash / rc
|
||||||
main_link_bashrc
|
main_link_bashrc
|
||||||
|
|
Loading…
Reference in a new issue