Skip to content

Commit

Permalink
Merge pull request #114 from barriosnahuel/fix/readme-curl
Browse files Browse the repository at this point in the history
Prepare release v2.5.0
  • Loading branch information
barriosnahuel authored Mar 15, 2020
2 parents e1d27a5 + b23bf3d commit 788e556
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# v2.4.2
# v2.5.0
## Added
- Add curl to core Ubuntu/Lubuntu module. #113
- Add basic script in README to download and execute EFU. #112

## Changed
- Current logged user is taken automatically and there's no need to declare it on `properties.sh` #112

## Fixed
- SSH installation failure because of a typo. #87
- SSH setup on OS X now will store credentials on keychain. #73

See all changes through the version's milestone: [v2.5.0](https://github.com/barriosnahuel/efu/milestone/13?closed=1).

# v2.4.1
## Fixed
- Duplicated logs.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.2 \
&& unzip efu-2.4.2.zip \
&& rm -rf efu-2.4.2.zip \
&& cd efu-2.4.2 \
wget --content-disposition https://codeload.github.com/barriosnahuel/efu/zip/v2.5.0 \
&& unzip efu-2.5.0.zip \
&& rm -rf efu-2.5.0.zip \
&& cd efu-2.5.0 \
&& sh install.sh ubuntu
```

Expand Down

0 comments on commit 788e556

Please sign in to comment.