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