Fixing non-free software link removal patch. Adding feature to replace they/them/their.

This commit is contained in:
q
2026-02-15 17:23:19 -05:00
parent 29e80e9148
commit 6dedff6a1f
7 changed files with 60 additions and 51 deletions

View File

@@ -22,6 +22,6 @@ LWD="$PWD"
echo "Adding greentext..."
cd $1
patch -p1 < $LWD/files/greentext.patch
patch -p1 < $LWD/files/greentext_command.patch
patch --forward -p1 < $LWD/files/greentext.patch
patch --forward -p1 < $LWD/files/greentext_command.patch
cd $LWD