From a6c2c28727f941981045d189b4786548d031c466 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 13 Mar 2024 09:02:40 +0200 Subject: [PATCH] etc/yum.repos.d: add teamviewer.repo --- etc/yum.repos.d/teamviewer.repo | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 etc/yum.repos.d/teamviewer.repo 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