From dde150ecdb77d1f7337c3fa7951e847a7e955dfe Mon Sep 17 00:00:00 2001 From: rustad Date: Thu, 27 Sep 2012 21:36:09 +0200 Subject: [PATCH] Unauthenticated packages fails with -y option and repo update needed. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index f9da5993..73fafe3f 100644 --- a/README +++ b/README @@ -55,7 +55,8 @@ sudo apt-get install -y libboost-all-dev libsuperlu3-dev libsuitesparse-dev sudo add-apt-repository -y ppa:opm/ppa # parts of DUNE needed -sudo apt-get install -y libdune-common-dev libdune-istl-dev +sudo apt-get install libdune-common-dev libdune-istl-dev +sudo apt-get update # libraries necessary for OPM sudo apt-get install -y libxml0-dev