mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 00:59:48 -06:00
Chore: Disallow theme engine (and predecessor dark theme) installations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user