mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:49:52 +07:00
arc: fix network
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
e461f25cf7
commit
3911aab34b
@ -212,7 +212,6 @@ function arcModel() {
|
||||
writeConfigKey "cmdline" "{}" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "emmcboot" "false" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "hddsort" "false" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "modelid" "${MODELID}" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "platform" "${PLATFORM}" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "ramdisk-hash" "" "${USER_CONFIG_FILE}"
|
||||
writeConfigKey "smallnum" "" "${USER_CONFIG_FILE}"
|
||||
@ -1175,6 +1174,7 @@ else
|
||||
offlineCheck "${OFFLINE}"
|
||||
ARCNIC="$(readConfigKey "arc.nic" "${USER_CONFIG_FILE}")"
|
||||
OFFLINE="$(readConfigKey "arc.offline" "${USER_CONFIG_FILE}")"
|
||||
. ${ARC_PATH}/include/network.sh
|
||||
NEXT="9"
|
||||
;;
|
||||
y) keymapMenu; NEXT="y" ;;
|
||||
|
Loading…
Reference in New Issue
Block a user