mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 03:09:52 +07:00
arc: remove force addons
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
26fba39441
commit
72ac648ad2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user