各位大佬安装ubuntu上的程序报 没有自启动脚本怎么搞?
Tofloor
poster avatar
133******22
deepin
2019-07-11 03:00
Author
sudo ./MotionPro_Linux_Ubuntu_x86-64_1.2.3.sh

Verifying archive integrity... All good.
Uncompressing MotionPro Setup.........................................................................................................
Auto start script file was not found in system!



Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2019-07-11 04:08
#1
Reply View the author
avatar
133******22
deepin
2019-07-11 04:24
#2
https://bbs.deepin.org/post/180506
https://www.faridrener.com/2018/04/10/Softlayer-SSL-VPN-Ubuntu.html

兄台牛B,果然玩deepin的卧虎藏龙,我还以为这么偏门的东西,怕没人会搭理我。
Reply View the author
avatar
133******22
deepin
2019-07-11 04:25
#3
Install the client
$ sudo ./MotionPro_Linux_Ubuntu_x86-64_1.1.1.sh
Enable rc.local if needed
# If you are using systemd, you might not have /etc/rc.local file, and you will get an error that says "Auto start script file was not found in system!"
# Make an empty one. systemd will know what to do with it
#

$ printf '%s\n' '#!/bin/bash' 'exit 0' | sudo tee -a /etc/rc.local
$ sudo chmod +x /etc/rc.local

# Try installing again
$ sudo ./MotionPro_Linux_Ubuntu_x86-64_1.1.1.sh
Reply View the author
avatar
Feng Yu
deepin
2019-07-11 04:29
#4
https://bbs.deepin.org/post/180506
兄台牛B,果然玩deepin的卧虎藏龙,我还以为这么偏门的东西,怕没人会搭理我。 ...

这错误google一下的事
Reply View the author