From b836f0b7c5bd006c89bade3d9d1ee90b61021a0f Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 8 Aug 2022 17:14:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Efirefox.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- firefox.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/firefox.yml b/firefox.yml index aa9736a..5e27d14 100644 --- a/firefox.yml +++ b/firefox.yml @@ -21,7 +21,10 @@ group: root mode: '0444' backup: yes - + with_items: + - "/usr/lib/firefox/distribution/policies.json" + - "/var/lib/flatpak/app/io.gitlab.librewolf-community/x86_64/stable/26847d0989a7ed9b7d5a92f32d600a9e54763246d1fcca0cebe87cdb7279869e/files/lib/librewolf/settings/distribution/policies.json" + - "/var/lib/flatpak/app/io.gitlab.librewolf-community/x86_64/stable/26847d0989a7ed9b7d5a92f32d600a9e54763246d1fcca0cebe87cdb7279869e/files/lib/librewolf/distribution/policies.json" - name: /usr/local/sbin/autoupdate.d/video-download-helper.update blockinfile: @@ -35,6 +38,8 @@ wget $(curl -s https://api.github.com/repos/mi-g/vdhcoapp/releases/latest | jq -r '.assets[]' | egrep "\"browser_download_url\": .+_amd64.deb" | head -n1 | cut -d"\"" -f4) -O /tmp/vdh.deb dpkg -i /tmp/vdh.deb rm /tmp/vdh.deb + mkdir -p /var/lib/flatpak/app/io.gitlab.librewolf-community/x86_64/stable/26847d0989a7ed9b7d5a92f32d600a9e54763246d1fcca0cebe87cdb7279869e/files/opt + cp -rp /opt/net.downloadhelper.coapp /var/lib/flatpak/app/io.gitlab.librewolf-community/x86_64/stable/26847d0989a7ed9b7d5a92f32d600a9e54763246d1fcca0cebe87cdb7279869e/files/opt/ backup: yes validate: /bin/bash -n %s