1 Star 0 Fork 1

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
office2007-visio.sh 665 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/office2007-visio.7z
download https://code.gitlink.org.cn/gfdgd_xi/microsoft-office-library/raw/branch/master/microsoft-office-2007-visio-professional-plus.7z?gfdgd-xi /tmp office2007-note.7z
mkdir -p /tmp/office2007-visio
7z x /tmp/office2007-note.7z -o/tmp/office2007-visio
bat /tmp/office2007-visio/setup.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

搜索帮助