From 41c6c6fc8a23fb643aaa25b3ba8de5e03da765ec Mon Sep 17 00:00:00 2001 From: TriForce Date: Thu, 28 Nov 2024 13:00:00 -0300 Subject: [PATCH] Update texts on ipk manager (#138) * Update texts on ipk manager * Fix button label on ipk manager * Fix texts on ipk manager --- board/miyoo/boot/ipk_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/miyoo/boot/ipk_install.sh b/board/miyoo/boot/ipk_install.sh index 023cae7a..55ef3aab 100755 --- a/board/miyoo/boot/ipk_install.sh +++ b/board/miyoo/boot/ipk_install.sh @@ -31,7 +31,7 @@ if [[ ${#package_list[@]} -eq 0 ]]; then fi dialog --backtitle "MiyooCFW 2.0" --timeout 10 --title "IPK package manager" --colors --no-shadow --msgbox "\nSelect pkg with \Zb\Z3Y\Zn button on the list." 8 28 -until selected_packages=$(dialog --backtitle "MiyooCFW 2.0" --title "IPK package manager" --colors --no-shadow --help-button --help-status --checklist "Press \Zb\Z3Y\Zn to select packages to install:" 20 60 15 "${package_list[@]}" 3>&1 1>&2 2>&3); do +until selected_packages=$(dialog --backtitle "MiyooCFW 2.0" --title "IPK package manager" --colors --no-shadow --help-button --help-label "Info" --help-status --checklist "Press \Zb\Z3Y\Zn to select standalone Apps (packages) to install:" 20 60 15 "${package_list[@]}" 3>&1 1>&2 2>&3); do case $? in (1) btn=Cancel && break;; (2)