This commit is contained in:
rain-gfd
2023-05-02 17:26:02 +08:00
parent ef1b7800c6
commit b358b56974
2 changed files with 6 additions and 4 deletions

View File

@@ -135,7 +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 chmod 777 -Rv /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 好像不行