7 lines
156 B
Text
7 lines
156 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
systemctl enable --now /opt/teamviewer/tv_bin/script/teamviewerd.service
|
||
|
|
|
||
|
|
/usr/bin/teamviewer -platform xcb
|
||
|
|
|
||
|
|
systemctl disable --now teamviewerd
|