firefox.yml aktualisiert

This commit is contained in:
olli 2023-09-29 11:48:35 +02:00
parent 67dcec23a8
commit 4ceec055f3

View File

@ -53,7 +53,7 @@
create: yes create: yes
marker: "# {mark} ANSIBLE MANAGED BLOCK" marker: "# {mark} ANSIBLE MANAGED BLOCK"
block: | block: |
wget -q $(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 wget -q $(curl -s https://api.github.com/repositories/108186071/releases/latest | jq -r '.assets[].browser_download_url' | grep linux-x86_64.deb | head -n1) -O /tmp/vdh.deb
dpkg -i /tmp/vdh.deb dpkg -i /tmp/vdh.deb
rm /tmp/vdh.deb rm /tmp/vdh.deb
backup: yes backup: yes