From e0cfb4fd6d3a940855ac781532d8631ccf7606ab Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 24 Oct 2024 10:38:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=87=8D=E5=90=AF=E5=90=8Ev2=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E4=B8=A2=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index 735b14e7..2a3f7f3f 100644 --- a/update +++ b/update @@ -112,6 +112,7 @@ function install_backend_and_download_resources() { cp -a /plugins/* /app/app/plugins/ # 插件仓库 rsync -av --remove-source-files /tmp/Plugins/plugins/* /app/app/plugins/ > /dev/null + rsync -av --remove-source-files /tmp/Plugins/plugins.v2/* /app/app/plugins/ > /dev/null # 提前安装插件依赖 find /app/app/plugins -name requirements.txt -exec pip install --root-user-action=ignore ${PIP_OPTIONS} -r {} \; > /dev/null # 清理临时目录