From f9d33f6b93eb141b795e288ff8114179d8d0100d Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Thu, 17 Jul 2025 19:15:15 -0400 Subject: [PATCH] Chore: Disallow theme engine (and predecessor dark theme) installations --- etc/rc.d/rc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/rc.local b/etc/rc.d/rc.local index 25909ceee..2303509f5 100755 --- a/etc/rc.d/rc.local +++ b/etc/rc.d/rc.local @@ -95,7 +95,7 @@ rm -f /boot/plugins/unRAIDServer.plg rm -f $CONFIG/plugins/unRAIDServer.plg # These plugins are now integrated in the OS or obsolete and may interfere -OBSOLETE="vfio.pci dynamix.wireguard dynamix.ssd.trim dynamix.file.manager gui.search unlimited-width proxy.editor unraid.patch AAA-UnraidPatch-BootLoader-DO_NOT_DELETE" +OBSOLETE="vfio.pci dynamix.wireguard dynamix.ssd.trim dynamix.file.manager gui.search unlimited-width proxy.editor unraid.patch AAA-UnraidPatch-BootLoader-DO_NOT_DELETE theme.engine dark.theme" QUIET="unraid.patch AAA-UnraidPatch-BootLoader-DO_NOT_DELETE" for PLUGIN in $OBSOLETE; do