From a99c22213185ae9913fdc268ead3caa534e97ee0 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 21 Jul 2022 16:40:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Emint.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mint.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mint.yml b/mint.yml index 292238b..2739244 100644 --- a/mint.yml +++ b/mint.yml @@ -102,4 +102,22 @@ owner: root group: root force: yes + + - name: gtc-media-compress + ansible.builtin.get_url: + url: https://gitea.ds9.dedyn.io/olli/gtc-media-compress/raw/branch/main/gtc-media-compress.sh + dest: /usr/local/bin/gtc-media-compress + mode: '0555' + owner: root + group: root + force: yes + + - name: gtc-media-compress startmenu + ansible.builtin.get_url: + url: https://gitea.ds9.dedyn.io/olli/gtc-media-compress/raw/branch/main/gtc-media-compress.sh + dest: /usr/share/applications/gtc-media-compress.desktop + mode: '0444' + owner: root + group: root + force: yes \ No newline at end of file