dotfiles/meta/tasks/aacskeys.yaml
2021-02-19 18:58:08 +01:00

13 lines
424 B
YAML

- shell:
-
command: if [ ! -d ${HOME}/.config/aacs ]; then mkdir ${HOME}/.config/aacs; fi
stdout: true
stderr: true
description: Testing directory
-
command: if [ ! -f ${HOME}/.config/aacs/KEYDB.cfg ]; then wget --no-check-certificate -O ${HOME}/.config/aacs/KEYDB.cfg http://vlc-bluray.whoknowsmy.name/files/KEYDB.cfg; fi
stdout: true
stderr: true
description: Downloading AACS db keys