mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
box86安装检测
This commit is contained in:
@@ -12,7 +12,8 @@ if [[ $PCArch != "aarch64" ]] && [[ $PCArch != "arm64" ]]; then
|
||||
read
|
||||
exit 1
|
||||
fi
|
||||
if [[ -f /etc/apt/sources.list.d/box86.list ]]; then
|
||||
which box86
|
||||
if [[ $? == 0 ]]; then
|
||||
echo 已安装,结束
|
||||
echo 按回车键退出
|
||||
read
|
||||
|
||||
Reference in New Issue
Block a user