arc: remove force addons

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-10 23:51:12 +02:00
parent 26fba39441
commit 72ac648ad2

View File

@ -463,9 +463,9 @@ function arcSettings() {
# Select Addons
dialog --backtitle "$(backtitle)" --colors --title "DSM Addons" \
--infobox "Loading Addons Table..." 3 40
writeConfigKey "addons.acpid" "" "${USER_CONFIG_FILE}"
writeConfigKey "addons.cpuinfo" "" "${USER_CONFIG_FILE}"
writeConfigKey "addons.storagepanel" "" "${USER_CONFIG_FILE}"
initConfigKey "addons.acpid" "" "${USER_CONFIG_FILE}"
initConfigKey "addons.cpuinfo" "" "${USER_CONFIG_FILE}"
initConfigKey "addons.storagepanel" "" "${USER_CONFIG_FILE}"
addonSelection
# Check for DT and HBA/Raid Controller
if [ "${PLATFORM}" != "epyc7002" ]; then