arc: rewrite description

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-09-10 21:12:39 +02:00
parent 686b894e91
commit 561482b14a

View File

@ -330,7 +330,7 @@ function arcVersion() {
[ -n "${PAT_URL}" ] && [ -n "${PAT_HASH}" ] && VALID="true" [ -n "${PAT_URL}" ] && [ -n "${PAT_HASH}" ] && VALID="true"
fi fi
fi fi
MSG="Do you want to try Automated Mode for Config?\nIf yes, Loader will configure, build and boot DSM." MSG="Do you want to try Automated Mode?\nIf yes, Loader will configure, build and boot DSM."
dialog --backtitle "$(backtitle)" --colors --title "Automated Mode" \ dialog --backtitle "$(backtitle)" --colors --title "Automated Mode" \
--yesno "${MSG}" 6 55 --yesno "${MSG}" 6 55
if [ $? -eq 0 ]; then if [ $? -eq 0 ]; then