From 36ca9857112dbafbde12bc76bc7af5875604f4ba Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Fri, 28 Jun 2019 02:12:12 +0200 Subject: [PATCH] #673 change to Raspbian Buster --- build_sdcard.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build_sdcard.sh b/build_sdcard.sh index b6e945375..634bca3ad 100644 --- a/build_sdcard.sh +++ b/build_sdcard.sh @@ -1,11 +1,9 @@ #!/bin/bash ######################################################################### # Build your SD card image based on: -# RASPBIAN STRETCH WITH DESKTOP (2019-04-09) +# Raspbian Buster Lite (2019-06-20) # https://www.raspberrypi.org/downloads/raspbian/ -# SHA256: 7e10a446f8e57210d0e9ad02f0c833aabb86e58187b4dc02431aff5a3f1ccb83 -# -# or download the image for your ARM based SBC on https://DietPi.com +# SHA256: 9009409a9f969b117602d85d992d90563f181a904bc3812bdd880fc493185234 ########################################################################## # setup fresh SD card with image above - login per SSH and run this script: ##########################################################################