@@ -57,7 +57,7 @@ max_kernel_version() {
5757main () {
5858 # arch in the rust target
5959 local arch=" ${1} " \
60- kversion=5.10.0-26
60+ kversion=5.10.0-33
6161
6262 local debsource=" deb http://http.debian.net/debian/ bullseye main"
6363 debsource=" ${debsource} \ndeb http://security.debian.org/ bullseye-security main"
@@ -198,10 +198,10 @@ main() {
198198 dpkg --add-architecture " ${arch} " || echo " foreign-architecture ${arch} " > /etc/dpkg/dpkg.cfg.d/multiarch
199199
200200 # Add Debian keys.
201- curl --retry 3 -sSfL ' https://ftp-master.debian.org/keys/archive-key-{7.0,8,9,10,11}.asc' -O
202- curl --retry 3 -sSfL ' https://ftp-master.debian.org/keys/archive-key-{8,9,10,11}-security.asc' -O
203- curl --retry 3 -sSfL ' https://ftp-master.debian.org/keys/release-{7,8,9,10,11}.asc' -O
204- curl --retry 3 -sSfL ' https://www.ports.debian.org/archive_{2020,2021,2022,2023,2024}.key' -O
201+ curl --retry 3 -sSfL ' https://ftp-master.debian.org/keys/archive-key-{7.0,8,9,10,11,12 }.asc' -O
202+ curl --retry 3 -sSfL ' https://ftp-master.debian.org/keys/archive-key-{8,9,10,11,12 }-security.asc' -O
203+ curl --retry 3 -sSfL ' https://ftp-master.debian.org/keys/release-{7,8,9,10,11,12 }.asc' -O
204+ curl --retry 3 -sSfL ' https://www.ports.debian.org/archive_{2020,2021,2022,2023,2024,2025 }.key' -O
205205
206206 for key in * .asc * .key; do
207207 apt-key add " ${key} "
0 commit comments