Update install.sh

This commit is contained in:
星光-k
2025-01-13 15:32:18 +08:00
committed by GitHub
parent e2fb9777b1
commit 964811eac8

View File

@@ -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