1 Star 0 Fork 1

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vcredist10_x86.sh 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
gfdgd xi 提交于 2022-12-31 21:44 +08:00 . 新增程序 安装 白眼 运行环境
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 使用 Wine 运行器的语言解析器
##########################################################################################
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 更新时间:2022年12月31日
##########################################################################################
# 用于判断是否为 bash 解释器
if [[ 1 == 2 ]]; then
# 保持对旧版本的兼容
bash rm "/tmp/vcredist10_x86.exe"
fi
rm "/tmp/vcredist10_x86.exe"
download "https://code.gitlink.org.cn/gfdgd_xi/wine-runner-list/raw/branch/master/vscpp/vcredist10_x86.exe" /tmp "vcredist10_x86.exe"
bat "/tmp/vcredist10_x86.exe"
info 提示 安装完成!
rm -rfv "/tmp/vcredist10_x86.exe"
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

搜索帮助