This commit is contained in:
2022-12-09 17:37:10 +08:00
parent 1cbb6d59be
commit 12d8fb69e8
13 changed files with 83 additions and 63 deletions

View File

@@ -58,4 +58,4 @@ apt update > /dev/null 2>&1 | true
# 设置目录权限,让用户可读可写,方便后续删除组件
chmod 777 -R /opt/apps/deepin-wine-runner
# 向服务器返回安装数加1不显示内容且忽略错误
python3 /opt/apps/deepin-wine-runner/Download.py > /dev/null 2>&1 | true
python3 /opt/apps/deepin-wine-runner/Download.py 3.0.0 > /dev/null 2>&1 | true