mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
RPI: Fix apt key URL
This commit is contained in:
@@ -12,7 +12,7 @@ mkdir -p "$sysroot"
|
||||
|
||||
# Download Raspbian key directly in sysroot
|
||||
mkdir -p "$sysroot/etc/apt/trusted.gpg.d"
|
||||
wget "https://archive.raspbian.org/raspbian.public.key" -O - | apt-key --keyring "$sysroot/etc/apt/trusted.gpg.d/raspbian.gpg" add -
|
||||
wget "http://raspbian.raspberrypi.org/raspbian.public.key" -O - | apt-key --keyring "$sysroot/etc/apt/trusted.gpg.d/raspbian.gpg" add -
|
||||
|
||||
# Build a multistrap config file
|
||||
cat <<EOF >./multistrap.conf
|
||||
|
||||
Reference in New Issue
Block a user