From 5f4928cb3dc940f80e3db9046506a2646ae82f97 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 26 Nov 2023 01:04:59 +0100 Subject: [PATCH] arc: change description in addon selection Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index 8f0fabb9..4ba3c959 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -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")"