add modified teamviewer file to usr/bin
This commit is contained in:
parent
82877f38b9
commit
b2ee07a57c
1 changed files with 16 additions and 0 deletions
16
usr/bin/teamviewer
Executable file
16
usr/bin/teamviewer
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/bin/bash
|
||||
|
||||
# If you see this message, you probably attempted to start TeamViewer.
|
||||
# Please open a terminal (Konsole, gnome-terminal, xterm),
|
||||
# navigate to this folder (type 'cd /path/to/teamviewer' [Enter])
|
||||
# then execute TeamViewer (type './teamviewer' [Enter])
|
||||
|
||||
|
||||
systemctl enable --now /opt/teamviewer/tv_bin/script/teamviewerd.service
|
||||
|
||||
TV_SCRIPT_DIR="$(dirname "$(readlink -e "$0")")"
|
||||
source "$TV_SCRIPT_DIR/tvw_main"
|
||||
|
||||
Main "$@"
|
||||
|
||||
systemctl disable --now teamviewerd
|
||||
Loading…
Add table
Add a link
Reference in a new issue