From df98d198d0155144376d3d110f16632d64c0c7e3 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 16:04:12 +0800 Subject: [PATCH] Update install.sh --- bin/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index f3febc0..5fd26b3 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -261,8 +261,8 @@ install_sugar-wifi-conf() { 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完成请执行重启命令" - echo "sudo reboot now" + echo "安装sugar-wifi-conf完成请执行重启命令" + echo "sudo reboot now" echo "sugar-wifi-conf安装失败" >&2 echo "如需要请手动运行curl $PI_SUGAR_WIFI_CONF_URL | sudo bash" >&2 exit 1