From 55977bd9fb88f0b3255e9c3a77dd5431949a6334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Sat, 7 Apr 2018 08:54:45 +0000 Subject: [PATCH] Add 'linux/Debian/Repos/Jitsi.sls' --- linux/Debian/Repos/Jitsi.sls | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 linux/Debian/Repos/Jitsi.sls diff --git a/linux/Debian/Repos/Jitsi.sls b/linux/Debian/Repos/Jitsi.sls new file mode 100644 index 0000000..3ba8cc6 --- /dev/null +++ b/linux/Debian/Repos/Jitsi.sls @@ -0,0 +1,6 @@ +jitsi-stable.list: + pkgrepo.managed: + - humanname: Repository Jitsi + - baseurl: https://download.jitsi.org/jitsi/rpm/ + - enabled: 1 + - gpgcheck: 0 \ No newline at end of file