Skip to content

Instantly share code, notes, and snippets.

@podlom
Created October 12, 2023 09:16
Show Gist options
  • Select an option

  • Save podlom/a4d7df1b965bd4a328f7b81a145016a2 to your computer and use it in GitHub Desktop.

Select an option

Save podlom/a4d7df1b965bd4a328f7b81a145016a2 to your computer and use it in GitHub Desktop.

Revisions

  1. podlom created this gist Oct 12, 2023.
    18 changes: 18 additions & 0 deletions _install_team_viewer.sh
    Original 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