From ae1c342bfe7083103e60a5709a7a65aaaba3e0d6 Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 21 Jul 2022 16:46:56 +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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mint.yml b/mint.yml index 2739244..f7c4adf 100644 --- a/mint.yml +++ b/mint.yml @@ -87,8 +87,8 @@ - name: gtc-x11vnc ansible.builtin.get_url: - url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc - dest: /usr/local/bin/gtc-x11vnc + url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc.sh + dest: /usr/local/bin/gtc-x11vnc.sh mode: '0555' owner: root group: root @@ -106,7 +106,7 @@ - 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 + dest: /usr/local/bin/gtc-media-compress.sh mode: '0555' owner: root group: root @@ -114,7 +114,7 @@ - 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 + url: https://gitea.ds9.dedyn.io/olli/gtc-media-compress/raw/branch/main/gtc-media-compress.desktop dest: /usr/share/applications/gtc-media-compress.desktop mode: '0444' owner: root