1 Star 0 Fork 1

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
com.wpspicture.spark_6.0.0spark1_i386.sh 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env deepin-wine-runner-auto-install-bash
# 使用 Wine 运行器的语言解析器
##########################################################################################
# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 更新时间:2022年12月31日
##########################################################################################
# 用于判断是否为 bash 解释器
if [[ 1 == 2 ]]; then
download "https://mirrors.sdu.edu.cn/spark-store-repository/store/image_graphics/com.wpspicture.spark/com.wpspicture.spark_6.0.0spark1_i386.deb" /tmp "com.wpspicture.spark_6.0.0spark1_i386.deb"
pkexec apt install "/tmp/com.wpspicture.spark_6.0.0spark1_i386.deb" -y
info 提示 安装成功!
exit
fi
download "https://mirrors.sdu.edu.cn/spark-store-repository/store/image_graphics/com.wpspicture.spark/com.wpspicture.spark_6.0.0spark1_i386.deb" /tmp "com.wpspicture.spark_6.0.0spark1_i386.deb"
if [[ -f "/tmp/com.wpspicture.spark_6.0.0spark1_i386.deb" ]]; then
# Nothing
echo Download Done!
else
error 错误 文件下载失败!
exit
fi
pkexec apt install "/tmp/com.wpspicture.spark_6.0.0spark1_i386.deb" -y
if [[ $? == 0 ]]; then
info 提示 安装成功!
else
error 错误 安装失败!
fi
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

搜索帮助