diff --git a/install/release-install.sh b/install/release-install.sh index f8a55063e..976c4ce2c 100755 --- a/install/release-install.sh +++ b/install/release-install.sh @@ -12,7 +12,7 @@ sudo apt-get update sudo apt-get install -y cmake libquazip-dev zip unzip screen openssh-server doxygen supervisor locales libgsasl7 postgresql-11-postgis-2.5 postgresql-server-dev-11 nodejs python-psycopg2 gdal-bin openjdk-8-jdk mkdir $HOME/.ssh -ssh-keygen -t rsa -b 4096 -C "terrama2-team@dpi.inpe.br" -N "" -f $HOME/.ssh/id_rsa +ssh-keygen -t rsa -b 4096 -C "terrama2-team@dpi.inpe.br" -N "" -f $HOME/.ssh/id_rsa <<< y mkdir terralib-installer cd terralib-installer @@ -21,7 +21,7 @@ then wget -q http://www.dpi.inpe.br/jenkins-data/terrama2/3rdparty/terralib-5.4.5-ubuntu-16.04.tar.gz fi -tar xf terralib-5.4.5-ubuntu-16.04_2019-12-13_15-45-5.4.5.tar.gz +tar xf terralib-5.4.5-ubuntu-16.04.tar.gz ./install.sh cd ..