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:
parent
fdf118837a
commit
603d636715
1 changed files with 6 additions and 0 deletions
|
@ -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!"
|
||||
|
|
Loading…
Reference in a new issue