From 52fc92948f561aed20dd1cd48b3ec96e1607b3a6 Mon Sep 17 00:00:00 2001 From: wukongdaily <2666180@gmail.com> Date: Fri, 3 Apr 2026 09:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=AE=89=E8=A3=85ui=20helper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gl-inet-op24.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gl-inet-op24.sh b/gl-inet-op24.sh index 481f95a..67b49e5 100644 --- a/gl-inet-op24.sh +++ b/gl-inet-op24.sh @@ -519,13 +519,6 @@ toggle_adguardhome() { do_install_ui_helper() { echo "⚠️ 请您确保当前固件版本大于 4.7.0,若低于此版本建议先升级。" - read -p "👉 如果您已确认,请按 [回车] 继续;否则按 Ctrl+C 或输入任意内容后回车退出:" user_input - - if [ -n "$user_input" ]; then - echo "🚫 用户取消安装。" - return 1 - fi - local ipk_file="/tmp/glinjector_3.0.5-6_all.ipk" local sha_file="${ipk_file}.sha256"