mirror of
https://github.com/AuxXxilium/arc-v.git
synced 2024-11-23 23:11:05 +07:00
arc: change description in addon selection
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
273f58a74a
commit
5f4928cb3d
@ -605,7 +605,7 @@ function addonSelection() {
|
||||
echo -e "${ADDON} \"${DESC}\" ${ACT}" >>"${TMP_PATH}/opts"
|
||||
done <<<${ALLADDONS}
|
||||
dialog --backtitle "$(backtitle)" --title "Loader Addons" --aspect 18 \
|
||||
--checklist "Select Loader Addons to include\nSelect with SPACE" 0 0 0 \
|
||||
--checklist "Select Loader Addons to include.\nPlease read Wiki before choosing anything.\nSelect with SPACE, Confirm with ENTER!" 0 0 0 \
|
||||
--file "${TMP_PATH}/opts" 2>"${TMP_PATH}/resp"
|
||||
[ $? -ne 0 ] && return 1
|
||||
resp="$(<"${TMP_PATH}/resp")"
|
||||
|
Loading…
Reference in New Issue
Block a user