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 ```