mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
优化lib64识别
This commit is contained in:
parent
5cb05e9956
commit
00245232bf
@ -4,7 +4,7 @@ if [[ ! -d "$CURRENT_DIR/usr" ]]; then
|
||||
zenity --info --text=未安装运行库,无法运行 --no-wrap
|
||||
exit
|
||||
fi
|
||||
if [[ ! -d /lib64 ]]; then
|
||||
if [[ ! -f /lib64 ]] && [[ ! -d /lib64 ]] && [[ ! -L /lib64 ]]; then
|
||||
pkexec mkdir /lib64 -p
|
||||
fi
|
||||
bwrap --dev-bind / / \
|
||||
|
Loading…
Reference in New Issue
Block a user