From 5436cba3d06bec60214e6d1dff7b0c6cf2490b2a 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: Sat, 18 Jan 2025 09:38:47 +0800 Subject: [PATCH] Update install.sh --- bin/install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index 6bd1722..384dcbd 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -19,7 +19,7 @@ USE_PISUGAR_WIFI_CONF=false # 检查是否安装pisugar-power-manager USE_PISUGAR_POWER_MANAGER=false # 检查是否安装webui -INSTALL_WEBUI=false +#INSTALL_WEBUI=false # 解析命令行参数 while [ "$#" -gt 0 ]; do @@ -39,9 +39,9 @@ while [ "$#" -gt 0 ]; do --pisugar-power-manager) USE_PISUGAR_POWER_MANAGER=true ;; - --webui) - INSTALL_WEBUI=true - ;; + # --webui) + # INSTALL_WEBUI=true + # ;; --version) if [ -z "$2" ]; then echo "错误: --version 参数后需要跟版本号" @@ -393,7 +393,7 @@ if [ -f /etc/debian_version ]; then install_packages install_pip_packages setup_service - install_webui + #install_webui install_pisugar-wifi-conf install_pisugar-power-manager ;; @@ -403,7 +403,7 @@ if [ -f /etc/debian_version ]; then install_packages install_pip_packages setup_service - install_webui + #install_webui install_pisugar-wifi-conf install_pisugar-power-manager ;; @@ -419,4 +419,4 @@ if [ -f /etc/debian_version ]; then else echo "这不是Debian系统" exit 0 -fi \ No newline at end of file +fi