From 861be871d5053ecb03c5d9e16153468ade481e54 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 3 Sep 2015 19:57:58 +0200 Subject: [PATCH] dont install avahi-daemon in lxc --- vm/LXC_README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/LXC_README.txt b/vm/LXC_README.txt index a4d7532b..43ea09a0 100644 --- a/vm/LXC_README.txt +++ b/vm/LXC_README.txt @@ -15,8 +15,8 @@ Now login as ubuntu/ubuntu and run the following commands: sudo su - apt-get update - apt-get -y install avahi-daemon curl + apt-get update -qq + apt-get -y install curl cd /root curl 'https://wiki.0x2620.org/browser/pandora/vm/pandora_install.sh?format=txt' > pandora_install.sh chmod +x pandora_install.sh