dotfiles/meta/tasks/aacskeys.yaml

8 lines
354 B
YAML
Raw Normal View History

2018-06-29 23:05:14 +00:00
- shell:
2021-02-21 00:15:09 +00:00
- command: '[[ ! -d ${HOME}/.config/aacs ]] && mkdir ${HOME}/.config/aacs || true'
2021-02-19 22:23:31 +00:00
description: Creating directory
2021-02-19 17:58:08 +00:00
2021-02-21 00:15:09 +00: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 17:58:08 +00:00
description: Downloading AACS db keys
2021-02-19 20:34:24 +00:00