Commit 490f6e61725819e6937cc7e102b1b61f7f2dadfd
1 parent
5195b02a
Exists in
master
and in
1 other branch
Adiciona download do unityVideo no instalador
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
core_install.sh
... | ... | @@ -19,6 +19,7 @@ sudo aptitude install -y build-essential git cmake libjsoncpp-dev libvpx-dev sox |
19 | 19 | |
20 | 20 | cd ~/vlibras-libs |
21 | 21 | |
22 | +wget http://150.165.204.30:8080/core/linux/unityVideo.tar.gz | |
22 | 23 | wget http://150.165.204.30:8080/core/linux/yasm-1.2.0.tar.gz |
23 | 24 | wget http://150.165.204.30:8080/core/linux/jlibcpp-1.5.0.tar.gz |
24 | 25 | wget http://150.165.204.30:8080/core/linux/julius-4.3.1.tar.gz |
... | ... | @@ -27,6 +28,7 @@ wget http://150.165.204.30:8080/core/linux/ffmpeg-vlibras.tar.gz |
27 | 28 | |
28 | 29 | echo -e "\n\e[1;32m## Extraindo...\e[0m\n" |
29 | 30 | |
31 | +tar -xf unityVideo.tar.gz -C $HOME | |
30 | 32 | tar -xf ffmpeg-vlibras.tar.gz |
31 | 33 | tar -xf yasm-1.2.0.tar.gz |
32 | 34 | tar -xf jlibcpp-1.5.0.tar.gz | ... | ... |