1 Star 0 Fork 1

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
firefox-51.sh 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 用于判断是否为 bash 解释器
# 旧版解释器直接提示不兼容
if [[ 1 == 2 ]]; then
error 错误 此脚本只支持\ Wine\ 运行器\ 2.3.0\ 及以上版本,请更新至最新版本
exit
fi
# 操作
echo Power By $MAKER
echo $COPYRIGHT
rm -rfv /tmp/firefox51.exe
download http://download-origin.cdn.mozilla.net/pub/firefox/releases/51.0/win32/zh-CN/Firefox%20Setup%2051.0.exe?gfdgd-xi /tmp firefox51.exe
bat /tmp/firefox51.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

搜索帮助