projects
/
meviz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
71dcb66
)
faster installation
author
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Thu, 13 Mar 2014 00:54:43 +0000
(
02:54
+0200)
committer
Svjatoslav Agejenko
<svjatoslav@svjatoslav.eu>
Thu, 13 Mar 2014 00:54:43 +0000
(
02:54
+0200)
install
patch
|
blob
|
history
diff --git
a/install
b/install
index
74b5f4d
..
f4a760e
100755
(executable)
--- 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