mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-16 20:11:36 +08:00
修复一些问题
This commit is contained in:
13
deb/opt/apps/deepin-wine-runner/InstallRuntime/remove/amd64.sh
Executable file
13
deb/opt/apps/deepin-wine-runner/InstallRuntime/remove/amd64.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
arch=amd64
|
||||
libPath=/usr/lib/x86_64-linux-gnu/
|
||||
package=$arch-runtime-for-qemu
|
||||
|
||||
if [[ ! -d $libPath ]]; then
|
||||
echo "未安装 $arch 运行库,按回车键退出"
|
||||
read
|
||||
exit 1
|
||||
fi
|
||||
sudo apt purge $package -y
|
||||
echo 卸载完成,按回车键退出
|
||||
read
|
||||
Reference in New Issue
Block a user