diff --git a/core_install.sh b/core_install.sh index 6451976..aad4c1a 100755 --- a/core_install.sh +++ b/core_install.sh @@ -3,7 +3,6 @@ echo -e "\n\033[32m##### Iniciando a instalação VLibras-Core #####\033[0m\n" DIR=$HOME/vlibras-libs -BUNDLES=$HOME/unityVideo/videoCreator_Data if [ ! -d "$DIR" ] ; then mkdir $DIR @@ -22,7 +21,6 @@ sudo pip install pyvirtualdisplay cd ~/vlibras-libs wget http://150.165.204.30:8080/core/linux/unityVideo.tar.gz -wget http://150.165.204.30:8080/core/linux/Bundles.tar.gz wget http://150.165.204.30:8080/core/linux/yasm-1.2.0.tar.gz wget http://150.165.204.30:8080/core/linux/jlibcpp-1.5.0.tar.gz wget http://150.165.204.30:8080/core/linux/julius-4.3.1.tar.gz @@ -32,14 +30,15 @@ wget http://150.165.204.30:8080/core/linux/ffmpeg-vlibras.tar.gz echo -e "\n\033[32m##### Extraindo #####\033[0m\n" tar -xf unityVideo.tar.gz -C $HOME -tar -xf Bundles.tar.gz -C $BUNDLES tar -xf ffmpeg-vlibras.tar.gz tar -xf yasm-1.2.0.tar.gz tar -xf jlibcpp-1.5.0.tar.gz tar -xf julius-4.3.1.tar.gz tar -xf lavid-lib.tar.gz -echo -e "\n\033[32m##### Instalando dependências #####\033[0m\n" +echo -e "\n\033[32m##### Baixando sinais #####\033[0m\n" + +./dict_update.sh echo -e "\n\033[32m##### Instalando Yasm #####\033[0m\n" cd yasm-1.2.0 @@ -89,4 +88,4 @@ sudo make install cd .. rm ffmpeg-vlibras.tar.gz yasm-1.2.0.tar.gz jlibcpp-1.5.0.tar.gz julius-4.3.1.tar.gz lavid-lib.tar.gz -echo -e "\n\033[32m##### Instalação Finalizada! #####\033[0m\n" \ No newline at end of file +echo -e "\n\033[32m##### Instalação Finalizada! #####\033[0m\n" -- libgit2 0.21.2