deep-wine-runner/deb/DEBIAN/postinst

7 lines
547 B
Plaintext
Raw Normal View History

2022-07-01 15:16:00 +08:00
# !/bin/sh
2022-07-10 07:50:49 +08:00
python3 -m pip install --upgrade ttkthemes -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
2022-07-07 14:09:30 +08:00
python3 -m pip install --upgrade ttkbootstrap -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
2022-07-10 07:50:49 +08:00
python3 -m pip install --upgrade easygui -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
2022-07-01 15:16:00 +08:00
# 向服务器返回安装数加1不显示内容且忽略错误
2022-07-10 09:41:19 +08:00
curl http://120.25.153.144/spark-deepin-wine-runner/Install.php?Version=1.6.0 -s > /dev/null | true