Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot
diff options
context:
space:
mode:
Diffstat (limited to 'devbot')
-rw-r--r--devbot/distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index 0ac68ac..76a7518 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -97,7 +97,7 @@ class UbuntuPackageManager:
def update(self):
command.run_with_sudo(["apt-get", "update"], test=self._test)
- command.run_with_sudo(["apt-get", "upgrade"], test=self._test)
+ command.run_with_sudo(["apt-get", "-y", "upgrade"], test=self._test)
def find_all(self):
return [package.name for package in self._cache