Skip to content

Commit

Permalink
arc: reorder menu
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <[email protected]>
  • Loading branch information
AuxXxilium committed Aug 24, 2024
1 parent 1e1b41b commit 18f4250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/initrd/opt/arc/arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1056,13 +1056,12 @@ else
d) modulesMenu; NEXT="d" ;;
g) governorMenu; NEXT="g" ;;
e) ONLYVERSION="true" && arcVersion; NEXT="e" ;;
p) ONLYPATCH="true" && arcPatch; NEXT="p" ;;
S) storageMenu; NEXT="S" ;;
o) dtsMenu; NEXT="o" ;;
P) storagepanelMenu; NEXT="P" ;;
Q) sequentialIOMenu; NEXT="Q" ;;
R) arcDNSMenu; NEXT="R" ;;
p) ONLYPATCH="true" && arcPatch; NEXT="p" ;;
D) staticIPMenu; NEXT="D" ;;
r) resetArcPatch; NEXT="r" ;;
# Boot Section
6) [ "${BOOTOPTS}" == "true" ] && BOOTOPTS='false' || BOOTOPTS='true'
Expand All @@ -1089,6 +1088,7 @@ else
s) downgradeMenu; NEXT="s" ;;
t) resetPassword; NEXT="t" ;;
N) addNewDSMUser; NEXT="N" ;;
D) staticIPMenu; NEXT="D" ;;
J) resetDSMNetwork; NEXT="J" ;;
K) [ "${KERNEL}" == "official" ] && KERNEL='custom' || KERNEL='official'
writeConfigKey "kernel" "${KERNEL}" "${USER_CONFIG_FILE}"
Expand Down

0 comments on commit 18f4250

Please sign in to comment.