From ac37435b813bca5c106524d69f5153ae2a560554 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 16 Jun 2024 13:11:45 +0200 Subject: instal kicad via flatpak and remove now stale apt-repos --- roles/ws/flatpak/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/ws/flatpak') diff --git a/roles/ws/flatpak/tasks/main.yml b/roles/ws/flatpak/tasks/main.yml index e88be377..904d4cca 100644 --- a/roles/ws/flatpak/tasks/main.yml +++ b/roles/ws/flatpak/tasks/main.yml @@ -29,6 +29,6 @@ copy: content: | #!/bin/sh - exec flatpak run{% if 'command' in item %} "--command={{ item.command }}"{% endif %} "{{ item.app }}" + exec flatpak run{% if 'command' in item %} "--command={{ item.command }}"{% endif %} "{{ item.app }}" "$@" dest: "/usr/local/bin/{{ item.name }}" mode: 0755 -- cgit v1.2.3