Skip to content

Commit

Permalink
Merge pull request #117 from barriosnahuel/fix/many-things
Browse files Browse the repository at this point in the history
Remove legacy scripts
  • Loading branch information
barriosnahuel authored Mar 15, 2020
2 parents 9cf4d50 + a3a4df7 commit 9817aeb
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1,152 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ script:
- shellcheck modules/sublime-text.sh
- shellcheck modules/tomcat.sh
- shellcheck Ubuntu/core.sh
- shellcheck Ubuntu/installAll-15.04.sh

notifications:
email:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v2.6.1
## Fixed
- Stop trying to run script for Ubuntu 15.04.

## Removed
- Legacy Ubuntu scripts.

# v2.6.0
## Changed
- Apache Tomcat upgrade to v9.0.31.
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.6.0 \
&& unzip efu-2.6.0.zip \
&& rm -rf efu-2.6.0.zip \
&& cd efu-2.6.0 \
wget --content-disposition https://codeload.github.com/barriosnahuel/efu/zip/v2.6.1 \
&& unzip efu-2.6.1.zip \
&& rm -rf efu-2.6.1.zip \
&& cd efu-2.6.1 \
&& sh install.sh ubuntu
```

Expand Down
5 changes: 0 additions & 5 deletions Ubuntu/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ sudo apt-get -fy install curl subdownloader gmountiso soundconverter steam playo
postInstallationLog "Subdownloader, GMountISO, Freemind (a mind maps editor), Sound Converter, Steam client (will update on first run) and PlayOnLinux"


if isUbuntu "$PLATFORM"; then
# shellcheck source=installAll-15.04.sh
. ./installAll-15.04.sh
fi

logInfo "Cleaning up..." &&
sudo apt-get -f install &&
sudo apt-get autoremove &&
Expand Down
242 changes: 0 additions & 242 deletions Ubuntu/installAll-10.04.sh

This file was deleted.

Loading

0 comments on commit 9817aeb

Please sign in to comment.