summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-12-05 14:20:14 +0100
committerAndrei Gheorghiu <andrei.gheorghiu@enea.com>2016-12-05 14:20:14 +0100
commitca3dfbbb2ff29fecd8b47d6aef25b3c47b5375f1 (patch)
tree617eec6824b8a0ad0d073931917f451f4376044e
parent4ad01349a7db55d32d79d9fc905ae3719869f617 (diff)
downloadel_releases-standard-ca3dfbbb2ff29fecd8b47d6aef25b3c47b5375f1.tar.gz
added -y param to apt-get, so all prompts are accepted by default - needed for automatic tests
-rw-r--r--doc/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README b/doc/README
index 7a20320..4953d82 100644
--- a/doc/README
+++ b/doc/README
@@ -2,8 +2,8 @@
2standard profile 2standard profile
3 3
4___Prerequisites-commands:Ubuntu14.04.5LTS 4___Prerequisites-commands:Ubuntu14.04.5LTS
5sudo apt-get update 5sudo apt-get -y update
6sudo apt-get install sed wget subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat make gcc build-essential xsltproc g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libxml-parser-perl 6sudo apt-get -y install sed wget subversion git-core coreutils unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk python-pysqlite2 diffstat make gcc build-essential xsltproc g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev autoconf automake groff libtool xterm libxml-parser-perl
7___END 7___END
8 8
9___RepoInstall-commands:Ubuntu14.04.5LTS 9___RepoInstall-commands:Ubuntu14.04.5LTS