0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

update ubo assets script

This commit is contained in:
Malte Jürgens 2022-03-16 19:51:19 +01:00
parent fdf118837a
commit 603d636715
No known key found for this signature in database
GPG key ID: D29FBD5F93C0CFC3

View file

@ -40,5 +40,11 @@ add_filter_list "LegitimateURLShortener" '{
echo "-> Writing to assets/uBOAssets.json"
echo $assets | jq -c >./assets/uBOAssets.json
if [[ "$(read -e -p '-? Commit changes? [y/N] '; echo $REPLY)" == [Yy]* ]]; then
echo "-> Committing changes"
git add assets/uBOAssets.json
git commit -m "Update uBOAssets.json with latest changes"
fi
echo
echo "Done!"