„mint.yml“ ändern
This commit is contained in:
parent
172b569e39
commit
a99c222131
18
mint.yml
18
mint.yml
@ -103,3 +103,21 @@
|
|||||||
group: root
|
group: root
|
||||||
force: yes
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user