From 073825050869c030d28ac2f1b3f48f4e6f362e8c Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Thu, 13 Mar 2014 02:54:43 +0200 Subject: [PATCH] faster installation --- install | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/install b/install index 74b5f4d..f4a760e 100755 --- a/install +++ b/install @@ -1,14 +1,6 @@ #!/bin/bash -sudo apt-get install "maven" -sudo apt-get install "lame" -sudo apt-get install "vorbis-tools" -sudo apt-get install "imagemagick" -sudo apt-get install "ffmpeg2theora" -sudo apt-get install "libav-tools" - -# this provides "avconv" commandline universal media conversion utility -sudo apt-get install "libav-tools" +sudo apt-get install maven lame vorbis-tools imagemagick ffmpeg2theora libav-tools --yes mvn clean mvn package -- 2.20.1