mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Different file reading method
This commit is contained in:
parent
74b11ff6bb
commit
cd05e36ec3
|
@ -19,4 +19,4 @@ do
|
|||
echo "URL to hash: $url"
|
||||
hash=$(curl -sL "$url" | sha256sum | cut -d ' ' -f1)
|
||||
sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest
|
||||
done < $sha_update_list
|
||||
done < <(cat "$sha_update_list")
|
Loading…
Reference in a new issue