From bbf47b81208bb5ae37fac1cfb785fa9da928976b Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 8 Aug 2023 21:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dubuntu23=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deb/DEBIAN/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/DEBIAN/postinst b/deb/DEBIAN/postinst index 1e6e051..1dd0ce2 100755 --- a/deb/DEBIAN/postinst +++ b/deb/DEBIAN/postinst @@ -11,8 +11,8 @@ # 程序版本号 version=3.3.0 echo 安装组件 -python3 -m pip install --upgrade pynput --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple > /dev/null 2>&1 | true -python3 -m pip install --upgrade xpinyin --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple > /dev/null 2>&1 | true +python3 -m pip install --upgrade pynput --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple --break-system-packages > /dev/null 2>&1 | true +python3 -m pip install --upgrade xpinyin --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple --break-system-packages > /dev/null 2>&1 | true echo 执行完成 echo 移除旧组件 if [ -d /opt/apps/deepin-wine-runner/arm-package ]; then