remove dpkg-reconfigure command from install script

This commit is contained in:
Alexander Grothe 2019-03-10 20:28:46 +01:00
parent 71e772cdca
commit c0ad4c9c49
1 changed files with 0 additions and 1 deletions

View File

@ -225,7 +225,6 @@ apt-get -y install --no-install-recommends ansible python-jmespath
# TODO: run ansible on local host
ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="all" --extra-vars "first_run=True"
dpkg-reconfigure libdvd-pkg
#+END_SRC
#+BEGIN_SRC shell :tangle install-yavdr-headless.sh :shebang "#!/bin/bash"