Reversing AniNIX check diff order, so recommendation appears in green text

This commit is contained in:
2025-12-14 11:50:50 -06:00
parent 3538b44a20
commit 87f3e05a28
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ if [ "$(basename "$PWD")" == 'Uniglot' ] && [ ! -f /usr/share/licenses/Uniglot/L
exit 0;
fi
diff -w /usr/share/licenses/Uniglot/LICENSE ./LICENSE;
diff -w ./LICENSE /usr/share/licenses/Uniglot/LICENSE ./LICENSE
if [ $? -ne 0 ]; then
if [ "$(basename "$PWD")" == 'Uniglot' ]; then