repair error coding grammar

This commit is contained in:
rain-gfd 2023-05-02 17:21:13 +08:00
parent 0b2a8e7821
commit ef1b7800c6
3 changed files with 4 additions and 2 deletions

View File

@ -72,4 +72,4 @@ while [[ true ]]; do
echo "UEngine 服务异常结束,重新启动($bad次"
notify-send -i /opt/apps/com.gitee.uengine.runner.spark/files/icon.png "UEngine 服务异常结束,重新启动($bad次" -a uengine-runner
done
done

View File

@ -2,6 +2,7 @@
if [[ `whoami` != root ]]; then
echo 这不是 root 用户,结束
exit 1
fi
modprobe binder_linux
mkdir /dev/binderfs
mount -t binder binder /dev/binderfs
mount -t binder binder /dev/binderfs

View File

@ -135,6 +135,7 @@ if [[ $? != 0 ]]; then
fi
# 拷贝 binder loader
sudo cp "${programPath}/LoadingBinder/load.sh" /usr/bin/uengine-loading-binder -v
sudo chmod +r /usr/bin/uengine-loading-binder
sudo cp "${programPath}/pkexec/com.deepin.pkexec.binder.loader.policy" /usr/share/polkit-1/actions/ -v
# echo "重启后在$HOME/uengine-launch执行launch_uengine.sh即可打开uengine守护进程。随后即可安装和使用安卓应用"
# 这里直接运行 run_daemon.sh运行 launch_uengine.sh 好像不行