From f797c0265f1aa8742c32b876d5670cc142a9a560 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 23 Jun 2014 13:43:30 +0200 Subject: [PATCH] fix: [base-0k] un-necessary ``apt-get update``. !minor This is already done by ``lxc-scripts``. --- precise/base-0k/hooks/install | 1 - 1 file changed, 1 deletion(-) diff --git a/precise/base-0k/hooks/install b/precise/base-0k/hooks/install index 647eebb..89760e3 100755 --- a/precise/base-0k/hooks/install +++ b/precise/base-0k/hooks/install @@ -2,7 +2,6 @@ set -eux # -x for verbose logging to juju debug-log -apt-get update apt-get -y install bash-completion wget bzip2 git-core less language-pack-en python-software-properties tmux sudo git apt-get -y install mountall ## nasty nfs bug corrected