From 4da5e22d697cc26b090ae747916ffa545660a7ab Mon Sep 17 00:00:00 2001 From: Sylvain Viart Date: Sat, 22 Apr 2017 07:45:15 +0200 Subject: [PATCH] update debian signature --- build_arm_image/01_create_sdcard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_arm_image/01_create_sdcard.sh b/build_arm_image/01_create_sdcard.sh index 0d29b6d..c975b34 100755 --- a/build_arm_image/01_create_sdcard.sh +++ b/build_arm_image/01_create_sdcard.sh @@ -3,7 +3,7 @@ # Create the sdcard on your PC with the latest debian raspbian. # # Usage: -# ./01_create_sdcad.sh downloaded_debian_image.zip /dev/sdcard_device +# ./01_create_sdcard.sh downloaded_debian_image.zip /dev/sdcard_device # ./01_create_sdcard.sh generated_yunohost.img /dev/sdcard_device # # HowTo: @@ -29,7 +29,7 @@ # DOWNLOAD_URL used only for echo a message # SHA_DEBIAN_IMG_ZIP need to be updated to match your image DOWNLOAD_URL=https://www.raspberrypi.org/downloads/raspbian/ -SHA_DEBIAN_IMG_ZIP="b78bb50bdac5ec8c108f34104f788e214ac23635" +SHA_DEBIAN_IMG_ZIP="6741a30d674d39246302a791f1b7b2b0c50ef9b7" die() { echo "$*"