mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-24 00:39:53 +07:00
arc: rewrite description
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
686b894e91
commit
561482b14a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user