新增deepin-elf-verify
This commit is contained in:
parent
a76eea2b86
commit
b3ba3fe6e2
Binary file not shown.
Binary file not shown.
|
@ -2,6 +2,6 @@
|
||||||
find . -name '*.deb' | xargs sudo dpkg -i
|
find . -name '*.deb' | xargs sudo dpkg -i
|
||||||
sudo apt-mark hold lxc lxc-templates liblxc1 liblxc-common lxc-utils
|
sudo apt-mark hold lxc lxc-templates liblxc1 liblxc-common lxc-utils
|
||||||
sudo apt install -f -y
|
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即可启动"
|
echo "请重启并换成5.17内核,然后运行launch_uengine.sh即可启动"
|
||||||
|
|
|
@ -13,6 +13,7 @@ unset WAYLAND_DISPLAYCOPY
|
||||||
# 修复程序显示问题
|
# 修复程序显示问题
|
||||||
XDG_CURRENT_DESKTOP="Deepin"
|
XDG_CURRENT_DESKTOP="Deepin"
|
||||||
export LD_LIBRARY_PATH=/usr/share/uengine/lib64/
|
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
|
notify-send -i /opt/apps/com.gitee.uengine.runner.spark/files/icon.png "UEngine 服务启动完成" -a uengine-runner
|
||||||
# 守护进程,防止异常退出
|
# 守护进程,防止异常退出
|
||||||
while [[ true ]]; do
|
while [[ true ]]; do
|
||||||
|
|
Loading…
Reference in New Issue