dotfiles/meta/tasks/aacskeys.yaml

8 lines
354 B
YAML
Raw Normal View History

2018-06-30 01:05:14 +02:00
- shell:
2021-02-21 01:15:09 +01:00
- command: '[[ ! -d ${HOME}/.config/aacs ]] && mkdir ${HOME}/.config/aacs || true'
2021-02-19 23:23:31 +01:00
description: Creating directory
2021-02-19 18:58:08 +01:00
2021-02-21 01:15:09 +01:00
- command: '[[ ! -e ${HOME}/.config/aacs/KEYDB.cfg ]] && /bin/bash -c "curl -kfsSL https://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg -o ${HOME}/.config/aacs/KEYDB.cfg" || true'
2021-02-19 18:58:08 +01:00
description: Downloading AACS db keys
2021-02-19 21:34:24 +01:00