修复运行库安装闪退问题

This commit is contained in:
2023-07-11 10:23:56 +08:00
parent 808471c330
commit 70014b29ef
4 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ CURRENT_DIR=$(cd $(dirname $0); pwd)
cd $CURRENT_DIR
if [[ ! -f $CURRENT_DIR/usr/lib/ld-linux-x86-64.so.2 ]]; then
echo 运行库未安装,按回车键退出
read
exit
fi
sudo rm -rfv lib