remove dpkg-reconfigure command from install script
This commit is contained in:
parent
71e772cdca
commit
c0ad4c9c49
@ -225,7 +225,6 @@ apt-get -y install --no-install-recommends ansible python-jmespath
|
|||||||
|
|
||||||
# TODO: run ansible on local host
|
# TODO: run ansible on local host
|
||||||
ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="all" --extra-vars "first_run=True"
|
ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="all" --extra-vars "first_run=True"
|
||||||
dpkg-reconfigure libdvd-pkg
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+BEGIN_SRC shell :tangle install-yavdr-headless.sh :shebang "#!/bin/bash"
|
#+BEGIN_SRC shell :tangle install-yavdr-headless.sh :shebang "#!/bin/bash"
|
||||||
|
Loading…
Reference in New Issue
Block a user