From d7469277ef40eca318d63fcece40f82d1dbb9026 Mon Sep 17 00:00:00 2001 From: xiao Date: Wed, 18 Dec 2024 09:18:14 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BF=AE=E6=AD=A3=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复了脚本中的一处语法错误,确保脚本能够正常运行。 --- install_panel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_panel.sh b/install_panel.sh index ae5fb92..e7675a0 100644 --- a/install_panel.sh +++ b/install_panel.sh @@ -851,7 +851,7 @@ Install_Python_Lib(){ is_alpine=$(cat /etc/os-release | grep -i alpine) if [ "$is_alpine" != "" ];then apk update - apk add python3 python3-dev py3-pip py3-psutil py3-gevent py3-pyopenssl py3-paramiko py3-flask py3-rsa py3-requests py3-six py3-websocket-client + apk add python3 python3-dev py3-pip py3-psutil py3-gevent py3-openssl py3-paramiko py3-flask py3-rsa py3-requests py3-six py3-websocket-client # 创建虚拟环境 python3 -m venv $pyenv_path/pyenv