uengine-for-ubuntu-migratio.../install.sh

13 lines
414 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#/bin/bash
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 libnotify-bin -y
which uengine
if [[ $? != 0 ]]; then
echo UEngine 安装失败!
sudo rm -v /usr/bin/uengine-loading-ubuntu
exit
fi
echo "请重启并换成5.17内核然后运行launch_uengine.sh即可启动"