XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

fix(build): replace nest_asyncio with nest-asyncio2 in deb build script (#3473)

0ddfe683
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified scripts/build-deb.sh +1 -1
@@ -41,7 +41,7 @@ cat > debian/${PACKAGE_NAME}/DEBIAN/postinst << 'EOF'
41 41 set -e
42 42
43 43 # Install Python dependencies
44 pip3 install --break-system-packages aiohttp requests brotli pycryptodome nest_asyncio
44 pip3 install --break-system-packages aiohttp requests brotli pycryptodome nest-asyncio2
45 45
46 46 # Make g4f command available
47 47 if [ ! -L /usr/local/bin/g4f ]; then