Commit 83d525e33f643a40ce74270e287331fbff2a731c
1 parent
6cc9784d
Exists in
master
and in
1 other branch
Atualização do script de instalação
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
core_install.sh
@@ -3,6 +3,7 @@ | @@ -3,6 +3,7 @@ | ||
3 | echo -e "\n\033[32m##### Iniciando a instalação VLibras-Core #####\033[0m\n" | 3 | echo -e "\n\033[32m##### Iniciando a instalação VLibras-Core #####\033[0m\n" |
4 | 4 | ||
5 | DIR=$HOME/vlibras-libs | 5 | DIR=$HOME/vlibras-libs |
6 | +BUNDLES=$HOME/unityVideo/videoCreator_Data | ||
6 | 7 | ||
7 | if [ ! -d "$DIR" ] ; then | 8 | if [ ! -d "$DIR" ] ; then |
8 | mkdir $DIR | 9 | mkdir $DIR |
@@ -21,6 +22,7 @@ sudo pip install pyvirtualdisplay | @@ -21,6 +22,7 @@ sudo pip install pyvirtualdisplay | ||
21 | cd ~/vlibras-libs | 22 | cd ~/vlibras-libs |
22 | 23 | ||
23 | wget http://150.165.204.30:8080/core/linux/unityVideo.tar.gz | 24 | wget http://150.165.204.30:8080/core/linux/unityVideo.tar.gz |
25 | +wget http://150.165.204.30:8080/core/linux/Bundles.tar.gz | ||
24 | wget http://150.165.204.30:8080/core/linux/yasm-1.2.0.tar.gz | 26 | wget http://150.165.204.30:8080/core/linux/yasm-1.2.0.tar.gz |
25 | wget http://150.165.204.30:8080/core/linux/jlibcpp-1.5.0.tar.gz | 27 | wget http://150.165.204.30:8080/core/linux/jlibcpp-1.5.0.tar.gz |
26 | wget http://150.165.204.30:8080/core/linux/julius-4.3.1.tar.gz | 28 | wget http://150.165.204.30:8080/core/linux/julius-4.3.1.tar.gz |
@@ -30,6 +32,7 @@ wget http://150.165.204.30:8080/core/linux/ffmpeg-vlibras.tar.gz | @@ -30,6 +32,7 @@ wget http://150.165.204.30:8080/core/linux/ffmpeg-vlibras.tar.gz | ||
30 | echo -e "\n\033[32m##### Extraindo #####\033[0m\n" | 32 | echo -e "\n\033[32m##### Extraindo #####\033[0m\n" |
31 | 33 | ||
32 | tar -xf unityVideo.tar.gz -C $HOME | 34 | tar -xf unityVideo.tar.gz -C $HOME |
35 | +tar -xf Bundles.tar.gz -C $BUNDLES | ||
33 | tar -xf ffmpeg-vlibras.tar.gz | 36 | tar -xf ffmpeg-vlibras.tar.gz |
34 | tar -xf yasm-1.2.0.tar.gz | 37 | tar -xf yasm-1.2.0.tar.gz |
35 | tar -xf jlibcpp-1.5.0.tar.gz | 38 | tar -xf jlibcpp-1.5.0.tar.gz |