When I try to update my machine using terminal it ask some questions about should it override the current file or not, or should it continue or not. So my question is how can I make it just to continue and answer yes to everything it asks, coz I dont want to manually answer those questions every time I make an update.
Asked
Active
Viewed 324 times
sudo apt-get --yes update && sudo apt-get --yes upgrade
– ravery Jul 12 '17 at 05:10