From 9fa0f195de0c49fddb52be87ea3d9913536024f7 Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Fri, 24 Jan 2025 00:07:37 -0500 Subject: [PATCH] Don't install at boot folder view versions <= 2024.10.02 --- etc/rc.d/rc.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/rc.d/rc.local b/etc/rc.d/rc.local index 4444b53e2..765ce31ce 100755 --- a/etc/rc.d/rc.local +++ b/etc/rc.d/rc.local @@ -151,6 +151,8 @@ obsolete "NerdPack" "2021.08.11" obsolete "upnp-monitor" "2020.01.04c" # ZFS-Companion Monitor by campusantu, breaks the dashboard obsolete "ZFS-companion" "2021.08.24" +# Folder View - Latest versions are only compatible with 7.x Older versions have issues +obsolete "folder.view" "2024.10.02" # If "unraidsafemode" indicated, skip installing extra packages and plugins if [[ -f /boot/unraidsafemode ]] || grep -wq unraidsafemode /proc/cmdline; then