dotfiles/meta/tasks/aacskeys.yaml

14 lines
411 B
YAML
Raw Normal View History

2018-06-29 23:05:14 +00:00
- shell:
-
2021-02-19 20:34:24 +00:00
command: '[[ ! -d ${HOME}/.config/aacs ]] && mkdir ${HOME}/.config/aacs'
2021-02-19 17:58:08 +00:00
stdout: true
stderr: true
description: Testing directory
2021-02-19 13:29:57 +00:00
-
2021-02-19 20:34:24 +00:00
command: '[[ ! -f ${HOME}/.config/aacs/KEYDB.cfg ]] && /bin/bash -c "curl -fsSL http://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg -o ${HOME}/.config/aacs/KEYDB.cfg"'
2021-02-19 17:58:08 +00:00
stdout: true
stderr: true
description: Downloading AACS db keys
2021-02-19 20:34:24 +00:00