From 133a97b82857243d08f1b24609bac0d507ce5d19 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 19 Apr 2021 12:29:36 +0200 Subject: [PATCH] updated 64bit sd card image --- build_sdcard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index e0fe6d842..1ffb2c0b2 100755 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -2,8 +2,8 @@ ######################################################################### # Build your SD card image based on: # raspios_arm64-2020-08-24 -# https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2020-08-24/ -# SHA256: 6ce59adc2b432f4a6c0a8827041b472b837c4f165ab7751fdc35f2d1c3ac518c +# https://downloads.raspberrypi.org/raspios_arm64/images/raspios_arm64-2021-04-09/ +# SHA256: a30a3650c3ef22a69f6f025760c6b04611a5992961a8c2cd44468f1c429d68bb ########################################################################## # setup fresh SD card with image above - login per SSH and run this script: ##########################################################################