Skip to content

Commit

Permalink
Merge pull request #113 from barriosnahuel/fix/readme-curl
Browse files Browse the repository at this point in the history
Use wget in README setup in favor of Ubuntu clean installation
  • Loading branch information
barriosnahuel authored Mar 15, 2020
2 parents d30e91d + 4f512cd commit e1d27a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ So you will have 3 tabs:
Tip: For CMD lovers...

```
curl -OJ https://codeload.github.com/barriosnahuel/efu/zip/v2.4.2 \
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 \
Expand Down Expand Up @@ -76,4 +76,4 @@ The repo uses [this branching model](http://nvie.com/posts/a-successful-git-bran

### Testing

Manually running tests from `test.sh` by: `sh test.sh`
Manually running tests from `test.sh` by: `sh test.sh`
4 changes: 2 additions & 2 deletions Ubuntu/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ logInfo "Instaling latest Rhythmbox and its plugins..."
sudo apt-get -fy install rhythmbox rhythmbox-plugin-rhythmweb rhythmbox-plugin-equalizer rhythmbox-plugin-opencontainingfolder rhythmbox-plugin-llyrics


preInstallationLog "Subdownloader, GMountISO, Freemind (a mind maps editor), Sound Converter, Steam client (will update on first run) and PlayOnLinux"
sudo apt-get -fy install subdownloader gmountiso freemind soundconverter steam playonlinux
preInstallationLog "Curl, Subdownloader, GMountISO, Freemind (a mind maps editor), Sound Converter, Steam client (will update on first run) and PlayOnLinux"
sudo apt-get -fy install curl subdownloader gmountiso freemind soundconverter steam playonlinux
postInstallationLog "Subdownloader, GMountISO, Freemind (a mind maps editor), Sound Converter, Steam client (will update on first run) and PlayOnLinux"


Expand Down

0 comments on commit e1d27a5

Please sign in to comment.