From 2275d97cc31bd1e418c9d15ffa9dacf81d2f43dd Mon Sep 17 00:00:00 2001 From: seahawk1986 Date: Fri, 17 Mar 2017 11:39:48 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5429f04..84037b6 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,8 @@ ansible playbooks for yaVDR On a Ubuntu Server 16.04.x Installation run the following commands: ``` -sudo add-apt-repository ppa:ansible/ansible -sudo apt-get update -sudo apt-get dist-upgrade -sudo apt-get install ansible git +sudo apt-get install git git clone https://github.com/yavdr/yavdr-ansible cd yavdr-ansible -ansible-playbook yavdr07.yml -c local -K -i localhost_inventory +sudo ./install-yavdr.sh ```