From 7759cabcf098cc1a35b48cde06818fc17120b38f 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, 8 Feb 2025 13:56:42 +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 adcca00..9fdbbb0 100644 --- a/bin/install.sh +++ b/bin/install.sh @@ -206,7 +206,7 @@ install_packages() { # 安装pip包函数 install_pip_packages() { echo "正在安装pip软件包" - if ! sudo pip3 install -i "$PIPY_MIRROR" spidev borax pillow requests Flask; then + if ! sudo pip3 install -i "$PIPY_MIRROR" spidev borax pillow requests; then echo "pip软件包安装失败,如果是最新版系统或是非lite系统" >&2 echo "请手动运行sudo pip3 install -i "$PIPY_MIRROR" spidev borax pillow requests --break-system-packages" >&2 exit 1