dotfiles/meta/tasks/aacskeys.yaml

14 lines
434 B
YAML
Raw Normal View History

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