Skip to content

Instantly share code, notes, and snippets.

View rseixas's full-sized avatar

Ricardo Seixas rseixas

  • São Paulo - Brazil
View GitHub Profile
@rseixas
rseixas / gist:74913bcc662c2b5f3ce0
Last active January 24, 2018 17:50
Install Oracle Java 8 JRE and ElasticSearch 1.3 on CentOS
#!/bin/sh
#Install wget
#CentOS/RedHat
yum install -y wget
#Install Java 8 Oracle JRE
#64 Bits
cd /opt