mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 23:49:52 +07:00
arc-functions: fix branch selection
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
cce41aa9d4
commit
bdf28ff2a8
@ -833,7 +833,7 @@ function updateMenu() {
|
||||
7 "Update Modules" \
|
||||
8 "Update Patches" \
|
||||
9 "Update Custom Kernel" \
|
||||
0 "Switch Branch ${ARCBRANCH}" \
|
||||
0 "Branch: (${ARCBRANCH:-"stable"})" \
|
||||
2>"${TMP_PATH}/resp"
|
||||
[ $? -ne 0 ] && break
|
||||
case "$(cat ${TMP_PATH}/resp)" in
|
||||
|
Loading…
Reference in New Issue
Block a user