mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2026-04-05 07:00:18 +08:00
修复一些问题
This commit is contained in:
12
deb/opt/apps/deepin-wine-runner/InstallQemuUser.sh
Executable file
12
deb/opt/apps/deepin-wine-runner/InstallQemuUser.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# 判断是否有安装 Qemu User
|
||||
which qemu-i386 > /dev/null
|
||||
if [[ $? == 0 ]]; then
|
||||
echo 您已安装过 Qemu User,按回车键后退出
|
||||
read
|
||||
exit 1
|
||||
fi
|
||||
sudo apt update
|
||||
sudo apt install binfmt-support qemu-user qemu-user-static -y
|
||||
echo 安装完成,按回车键后退出
|
||||
read
|
||||
Reference in New Issue
Block a user