1 Star 0 Fork 1

ZYH/Wine 运行器自动配置脚本

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
7zip.sh 661 Bytes
一键复制 编辑 原始数据 按行查看 历史
gfdgd xi 提交于 2022-10-06 13:00 +08:00 . 部分脚本重新兼容旧版解释器
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 用于判断是否为 bash 解释器
# 旧版解释器直接提示不兼容
if [[ 1 == 2 ]]; then
bash rm /tmp/7z2201.exe
download https://code.gitlink.org.cn/gfdgd_xi/wine-runner-list/raw/branch/master/other/7z2201.exe /tmp 7z2201.exe
bat /tmp/7z2201.exe
info 提示 安装完成!
#error 错误 此脚本只支持\ Wine\ 运行器\ 2.3.0\ 及以上版本,请更新至最新版本
exit
fi
# 操作
rm /tmp/7z2201.exe
download https://code.gitlink.org.cn/gfdgd_xi/wine-runner-list/raw/branch/master/other/7z2201.exe /tmp 7z2201.exe
bat /tmp/7z2201.exe
info 提示 安装完成!
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/ZYH-A/deep-wine-runner-auto-configuration-script.git
git@gitee.com:ZYH-A/deep-wine-runner-auto-configuration-script.git
ZYH-A
deep-wine-runner-auto-configuration-script
Wine 运行器自动配置脚本
master

搜索帮助