1
mirror of https://github.com/jakejarvis/mastodon-utils.git synced 2025-06-27 17:25:42 -04:00

patches to change default glitch settings for logged out users

This commit is contained in:
2022-12-14 12:42:44 -05:00
parent 55b25d1533
commit 2fafd4f97e
6 changed files with 24447 additions and 4 deletions

View File

@ -21,11 +21,11 @@ fi
# apply custom patches
cd "$APP_ROOT"
sudo -u mastodon git apply --allow-binary-replacement "$SCRIPTS_ROOT"/patches/*.patch
sudo -u mastodon git apply --reject --allow-binary-replacement "$SCRIPTS_ROOT"/patches/*.patch
if [ -d "$APP_ROOT/app/javascript/flavours/glitch" ];
then
# apply additional glitch-only patches:
sudo -u mastodon git apply --allow-binary-replacement "$SCRIPTS_ROOT"/patches/glitch/*.patch
sudo -u mastodon git apply --reject --allow-binary-replacement "$SCRIPTS_ROOT"/patches/glitch/*.patch
fi
# update dependencies