Browse Source

Update debian script hash

Bob Mottram 7 years ago
parent
commit
f657b2f8b0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image View File

@@ -250,7 +250,7 @@ function image_setup {
250 250
                 return
251 251
             fi
252 252
             debian_script_hash=$(sha256sum /usr/share/debootstrap/scripts/${DEBIAN_VERSION} | awk -F ' ' '{print $1}')
253
-            expected_debian_script_hash='94e01603091748e8a6a9d2c3beefec29f2a174d989500f81be4ab767830f4489'
253
+            expected_debian_script_hash='620fa84c7ef64d10349aed38fa9cc2e7f00a6fcd1bc425f33ca2b57cc946fd0c'
254 254
             if [[ "$debian_script_hash" != "$expected_debian_script_hash" ]]; then
255 255
                 echo $"Invalid hash for debootstrap ${DEBIAN_VERSION} script"
256 256
                 return