diff --git a/CHANGELOG.md b/CHANGELOG.md index 408cb73..11f8f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Ubuntu/core.sh b/Ubuntu/core.sh index 5edc20c..e6e6538 100644 --- a/Ubuntu/core.sh +++ b/Ubuntu/core.sh @@ -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