Commit 0865c068 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation: Add automatic last image hash parsing.

parent f6535bad
......@@ -7,7 +7,7 @@ set -e
GIT_ROOT=`git rev-parse --show-toplevel`
cd $GIT_ROOT
image_hash=b64ddef17dee371da17bbead258c1f4a21362e94ee3e393d94224acbae8d67aad6c707beba987c371852bfde4b084f24bb96eedd6cb9617d155cbeb636f8060a
image_hash=$(tail -n1 installation/images-sha512.list | cut -d' ' -f1)
shacache_url=https://shacache.nxdcdn.com/
get_partition_path () {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment