返回提交历史
Modified
scripts/build-deb.sh
+1
-1
XFEstudio/gpt4free
fix(build): replace nest_asyncio with nest-asyncio2 in deb build script (#3473)
0ddfe683
代码差异
1 个文件
+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