mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 10:08:28 +08:00
4 lines
181 B
Plaintext
Executable File
4 lines
181 B
Plaintext
Executable File
# !/bin/sh
|
||
# 向服务器返回安装数加1(不显示内容且忽略错误)
|
||
curl http://120.25.153.144/spark-deepin-wine-runner/Install.php?Version=1.7.0 -s > /dev/null | true
|