diff --git a/bash/hetzner-rescue.sh b/bash/hetzner-rescue.sh index 24fc8c4..683388a 100644 --- a/bash/hetzner-rescue.sh +++ b/bash/hetzner-rescue.sh @@ -17,10 +17,10 @@ Dpkg::Progress True; " > '/etc/apt/apt.conf' # apt / sources echo -n "\ -deb https://deb.debian.org/debian buster main contrib non-free -deb https://deb.debian.org/debian buster-backports main contrib non-free -deb https://deb.debian.org/debian buster-updates main contrib non-free -deb https://deb.debian.org/debian-security buster/updates main contrib non-free +deb https://deb.debian.org/debian bookworm main non-free-firmware contrib non-free +deb https://deb.debian.org/debian bookworm-backports main non-free-firmware 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 bookworm-security main non-free-firmware contrib non-free " > '/etc/apt/sources.list' # bash / rc main_link_bashrc