1 Star 0 Fork 30

TuzkiYT/Wine 运行器

forked from gfdgd xi/Wine 运行器 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
InstallDeepinWineOnUbuntu.sh 326 Bytes
一键复制 编辑 原始数据 按行查看 历史
gfdgd xi 提交于 2023-03-27 21:56 . 添加shell脚本
#!/bin/bash
which git > /dev/null
if [[ $? != 0 ]]; then
sudo apt install git -y
fi
cd /tmp
if [ -d /tmp/deepin-wine-for-ubuntu ]; then
rm -rf /tmp/deepin-wine-for-ubuntu
fi
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git
cd deepin-wine-for-ubuntu
bash install.sh
echo 安装完成,按回车键退出
read
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/tuzkiyt/deep-wine-runner.git
git@gitee.com:tuzkiyt/deep-wine-runner.git
tuzkiyt
deep-wine-runner
Wine 运行器
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385