From e9885efefe09aa02daa9c57453312f17cd12a414 Mon Sep 17 00:00:00 2001 From: Nahuel Barrios Date: Sat, 23 Oct 2021 14:16:57 -0300 Subject: [PATCH] Update Changelog & Installation instructions --- CHANGELOG.md | 8 ++++++++ README.md | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2f6ac..2c11e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v2.7.1 +## Changed +- Homebrew installation script upgraded to bash version. +- JDK moved before Android setup. + +## Fixed +- Minor logging fixes + # v2.7.0 ## Added - `cloner.sh` alias when installing GIT. diff --git a/README.md b/README.md index e8e678c..8a60217 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ So you will have 3 tabs: Tip: For CMD lovers... ``` -wget --content-disposition https://codeload.github.com/barriosnahuel/efu/zip/v2.7.0 \ -&& unzip efu-2.7.0.zip \ -&& rm -rf efu-2.7.0.zip \ -&& cd efu-2.7.0 \ +wget --content-disposition https://codeload.github.com/barriosnahuel/efu/zip/v2.7.1 \ +&& unzip efu-2.7.1.zip \ +&& rm -rf efu-2.7.1.zip \ +&& cd efu-2.7.1 \ && sh install.sh ubuntu ```