1 Star 0 Fork 31

haodafa/Wine 运行器

forked from gfdgd xi/Wine 运行器 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
RemoveQemuUser.sh 247 Bytes
一键复制 编辑 原始数据 按行查看 历史
gfdgd xi 提交于 2023-03-19 15:25 . 修复QEMU USER无法卸载问题
#!/bin/bash
# 判断是否有安装 Qemu User
which qemu-i386 > /dev/null
if [[ ! $? ]]; then
echo 您未安装 Qemu User,按回车键后退出
read
exit 1
fi
sudo apt purge qemu-user -y
echo 安装完成,按回车键后退出
read
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/beak/deep-wine-runner.git
git@gitee.com:beak/deep-wine-runner.git
beak
deep-wine-runner
Wine 运行器
main

搜索帮助