diff --git a/etc/yum.repos.d/teamviewer.repo b/etc/yum.repos.d/teamviewer.repo new file mode 100644 index 0000000..3f31528 --- /dev/null +++ b/etc/yum.repos.d/teamviewer.repo @@ -0,0 +1,10 @@ +# This is directly what https://www.teamviewer.com/en/download/linux/ gives +# minus these two lines of comments. +[teamviewer] +name=TeamViewer - $basearch +baseurl=https://linux.teamviewer.com/yum/stable/main/binary-$basearch/ +gpgkey=https://linux.teamviewer.com/pubkey/currentkey.asc +gpgcheck=1 +repo_gpgcheck=1 +enabled=1 +type=rpm-md