Different file reading method

This commit is contained in:
icenine451 2023-04-13 12:01:53 -04:00
parent 74b11ff6bb
commit cd05e36ec3

View file

@ -19,4 +19,4 @@ do
echo "URL to hash: $url" echo "URL to hash: $url"
hash=$(curl -sL "$url" | sha256sum | cut -d ' ' -f1) hash=$(curl -sL "$url" | sha256sum | cut -d ' ' -f1)
sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest
done < $sha_update_list done < <(cat "$sha_update_list")