From 6a89fb826bc0d620b6d206e11b857a5481609239 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 22 Jul 2022 09:51:59 +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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mint.yml b/mint.yml index 5ecca44..09169c6 100644 --- a/mint.yml +++ b/mint.yml @@ -85,6 +85,15 @@ args: creates: /etc/systemd/system/timers.target.wants/mintupdate-automation-autoremove.timer + - name: config-update startmenu + ansible.builtin.get_url: + url: https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint-config-update.desktop + dest: /usr/share/applications/mint-config-update.desktop + mode: '0444' + owner: root + group: root + force: yes + - name: gtc-x11vnc ansible.builtin.get_url: url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc.sh