@@ -198,10 +198,10 @@ main() {
198
198
dpkg --add-architecture " ${arch} " || echo " foreign-architecture ${arch} " > /etc/dpkg/dpkg.cfg.d/multiarch
199
199
200
200
# 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
205
205
206
206
for key in * .asc * .key; do
207
207
apt-key add " ${key} "
0 commit comments