From c0ad4c9c4946fa5738d2d144ac907499809b5e4a Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sun, 10 Mar 2019 20:28:46 +0100 Subject: [PATCH] remove dpkg-reconfigure command from install script --- Manual.org | 1 - 1 file changed, 1 deletion(-) diff --git a/Manual.org b/Manual.org index a554fca..2763144 100644 --- a/Manual.org +++ b/Manual.org @@ -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"