Commit 83d525e33f643a40ce74270e287331fbff2a731c

Authored by Wesnydy Ribeiro
1 parent 6cc9784d
Exists in master and in 1 other branch devel

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 3 echo -e "\n\033[32m##### Iniciando a instalação VLibras-Core #####\033[0m\n"
4 4  
5 5 DIR=$HOME/vlibras-libs
  6 +BUNDLES=$HOME/unityVideo/videoCreator_Data
6 7  
7 8 if [ ! -d "$DIR" ] ; then
8 9 mkdir $DIR
... ... @@ -21,6 +22,7 @@ sudo pip install pyvirtualdisplay
21 22 cd ~/vlibras-libs
22 23  
23 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 26 wget http://150.165.204.30:8080/core/linux/yasm-1.2.0.tar.gz
25 27 wget http://150.165.204.30:8080/core/linux/jlibcpp-1.5.0.tar.gz
26 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 32 echo -e "\n\033[32m##### Extraindo #####\033[0m\n"
31 33  
32 34 tar -xf unityVideo.tar.gz -C $HOME
  35 +tar -xf Bundles.tar.gz -C $BUNDLES
33 36 tar -xf ffmpeg-vlibras.tar.gz
34 37 tar -xf yasm-1.2.0.tar.gz
35 38 tar -xf jlibcpp-1.5.0.tar.gz
... ...