mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 11:25:39 +00:00
Still troubleshooting stupid automation tool
This commit is contained in:
parent
f8bf91c25c
commit
4eadc95286
|
@ -24,4 +24,6 @@ do
|
||||||
echo "Hash found: $hash"
|
echo "Hash found: $hash"
|
||||||
/bin/sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest
|
/bin/sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest
|
||||||
fi
|
fi
|
||||||
done < "$sha_update_list"
|
done < "$sha_update_list"
|
||||||
|
|
||||||
|
echo "Done updating manifest hashes."
|
Loading…
Reference in a new issue