Skip to content

Commit

Permalink
Stop asking user confirmation before apt-get autoremove
Browse files Browse the repository at this point in the history
  • Loading branch information
barriosnahuel committed Mar 15, 2020
1 parent 9817aeb commit 628ba88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# v2.6.1
## Fixed
- Stop trying to run script for Ubuntu 15.04.
- Stop asking user confirmation before running `apt-get autoremove`.

## Removed
- Legacy Ubuntu scripts.
Expand Down
2 changes: 1 addition & 1 deletion Ubuntu/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ postInstallationLog "Subdownloader, GMountISO, Freemind (a mind maps editor), So

logInfo "Cleaning up..." &&
sudo apt-get -f install &&
sudo apt-get autoremove &&
sudo apt-get -y autoremove &&
sudo apt-get -y autoclean &&
sudo apt-get -y clean

Expand Down

0 comments on commit 628ba88

Please sign in to comment.