From 186d50dec370da1e45bd7f106c0418a4336418aa Mon Sep 17 00:00:00 2001 From: openoms Date: Fri, 5 Jan 2024 08:26:24 +0100 Subject: [PATCH] build: fix base image filename in comment --- build_sdcard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index 6f24c588..b9ec4dcb 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -1,12 +1,12 @@ #!/usr/bin/env bash ######################################################################### -# Build your SD card image based on: 2023-10-10-raspios-bookworm-arm64.img.xz +# Build your SD card image based on: 2023-12-05-raspios-bookworm-arm64.img.xz # https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2023-12-06/ # SHA256: 5c54f0572d61e443a32dfa80aa8d918049814bfc70ab977f2d545eef45f1658e # also change in: raspiblitz/ci/arm64-rpi/build.arm64-rpi.pkr.hcl # PGP fingerprint: 8738CD6B956F460C - to check signature: -# curl -O https://www.raspberrypi.org/raspberrypi_downloads.gpg.key && gpg --import ./raspberrypi_downloads.gpg.key && gpg --verify *.sig +# curl -O https://www.raspberrypi.org/raspberrypi_downloads.gpg.key && gpg --import ./raspberrypi_downloads.gpg.key && gpg --verify *.sig # setup fresh SD card with image above - login via SSH and run this script: ##########################################################################