From 3756b8d049abe053e7094cfb8a8e9187dfaac662 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 25 Sep 2023 09:26:45 +0200 Subject: [PATCH] CI ARM: modernize removed deprecated features --- .github/scripts/Linux/arm/bootstrap.sh | 9 ++++++--- .github/workflows/arm-build.yml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/scripts/Linux/arm/bootstrap.sh b/.github/scripts/Linux/arm/bootstrap.sh index 5c98d54ea..bf306bc2f 100755 --- a/.github/scripts/Linux/arm/bootstrap.sh +++ b/.github/scripts/Linux/arm/bootstrap.sh @@ -15,9 +15,12 @@ deb http://security.debian.org/debian-security $debver-security main contrib non deb http://deb.debian.org/debian $debver-updates main contrib non-free EOF fi -curl http://archive.raspberrypi.org/debian/raspberrypi.gpg.key | apt-key add - -echo "deb http://archive.raspberrypi.org/debian $debver main" >> \ - /etc/apt/sources.list +curl http://archive.raspberrypi.org/debian/raspberrypi.gpg.key -o \ + /usr/share/keyrings/raspberrypi.gpg.key +cat >>/etc/apt/sources.list <