新增deepin-elf-verify

This commit is contained in:
gfdgd_xi 2023-01-21 11:54:11 +08:00
parent a76eea2b86
commit b3ba3fe6e2
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,6 +2,6 @@
find . -name '*.deb' | xargs sudo dpkg -i
sudo apt-mark hold lxc lxc-templates liblxc1 liblxc-common lxc-utils
sudo apt install -f -y
sudo apt install libdframeworkdbus2 screen -y
sudo apt install libdframeworkdbus2 screen libnotify-bin -y
echo "请重启并换成5.17内核然后运行launch_uengine.sh即可启动"

View File

@ -13,6 +13,7 @@ unset WAYLAND_DISPLAYCOPY
# 修复程序显示问题
XDG_CURRENT_DESKTOP="Deepin"
export LD_LIBRARY_PATH=/usr/share/uengine/lib64/
# 判断 UEngine 是否被正确安装
notify-send -i /opt/apps/com.gitee.uengine.runner.spark/files/icon.png "UEngine 服务启动完成" -a uengine-runner
# 守护进程,防止异常退出
while [[ true ]]; do