Skip to content

Commit

Permalink
Merge pull request #1954 from MarceloPilatti/b4.1.1
Browse files Browse the repository at this point in the history
Removed prompt from ssh-keygen and fixed terralib tar.gz name on release-install.sh
  • Loading branch information
juan0101 authored Aug 20, 2020
2 parents 207ae6d + 3398164 commit 7ecd60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/release-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 ..
Expand Down

0 comments on commit 7ecd60e

Please sign in to comment.