From 964811eac8ebcb44d5d5bca0e25822cd95fe3996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=85=89-k?= <36470587+kxgx@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:32:18 +0800 Subject: [PATCH] Update install.sh --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index 491d337..4ba3625 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -258,7 +258,7 @@ setup_service() { # 安装sugar-wifi-conf函数 install_sugar-wifi-conf() { - if [ "$USE_PI_SUGAR_WIFI_CONF" = true ]; then + if [ "$USE_PI_SUGAR_WIFI_CONF" = true ]; then echo "正在安装sugar-wifi-conf" if ! curl $PI_SUGAR_WIFI_CONF_URL | sudo bash; then echo "sugar-wifi-conf安装失败" >&2