mirror of
https://github.com/AuxXxilium/arc.git
synced 2026-09-03 06:36:32 +08:00
@@ -187,7 +187,7 @@ function arcVersion() {
|
||||
if is_in_array "${PLATFORM}" "${IGPU1L[@]}" && grep -iq "${IGPUID}" "${ARC_PATH}/include/i915ids"; then
|
||||
initConfigKey "addons.i915" "" "${USER_CONFIG_FILE}"
|
||||
fi
|
||||
if [ "${SASDRIVES}" -gt 0 ] && [ "${DT}" = "true" ]; then
|
||||
if [ "${EXTERNALCONTROLLER}" = "true" ]; then
|
||||
initConfigKey "addons.smartctl" "" "${USER_CONFIG_FILE}"
|
||||
fi
|
||||
WEBHOOKNOTIFY="$(readConfigKey "arc.webhooknotify" "${USER_CONFIG_FILE}")"
|
||||
|
||||
@@ -631,7 +631,7 @@ function dependenciesUpdate() {
|
||||
--checklist "Use SPACE to select and ENTER to confirm:" 15 50 6 \
|
||||
"${CHECKLIST_OPTS[@]}" 3>&1 1>&2 2>&3)
|
||||
|
||||
[ $? -ne 0 ] && dialog --infobox "Update canceled by the user." 3 40 && sleep 2 && clear && return
|
||||
[ $? -ne 0 ] && return
|
||||
|
||||
FAILED=false
|
||||
for idx in $CHOICES; do
|
||||
|
||||
@@ -135,7 +135,6 @@ for N in ${ETHX}; do
|
||||
sleep 1
|
||||
fi
|
||||
[ "${N::3}" = "eth" ] && ethtool -s "${N}" wol g 2>/dev/null || true
|
||||
# [ "${N::3}" = "eth" ] && ethtool -K ${N} rxhash off 2>/dev/null || true
|
||||
initConfigKey "${N}" "${MACR}" "${USER_CONFIG_FILE}"
|
||||
done
|
||||
ETHN=$(echo ${ETHX} | wc -w)
|
||||
|
||||
Reference in New Issue
Block a user