Created
October 12, 2023 09:16
-
-
Save podlom/a4d7df1b965bd4a328f7b81a145016a2 to your computer and use it in GitHub Desktop.
Revisions
-
podlom created this gist
Oct 12, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ #execute the following command to make yourself as an administrator root user: sudo su #first install TeamViewer SSL certificates: cd /tmp wget https://download.teamviewer.com/download/linux/signature/TeamViewer2017.asc sudo apt-key add TeamViewer2017.asc sudo sh -c 'echo "deb http://linux.teamviewer.com/deb stable main" >> /etc/apt/sources.list.d/teamviewer.list' #update system packages sudo apt update sudo apt upgrade #install the TeamViewer: sudo apt install teamviewer #run installed TeamViewer by: teamviewer