From 3ad1f5540aa20e5b8132ededc367d8f319b2d5dd Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 22 Feb 2006 19:21:16 +0000 Subject: add ability to download e2-plugins via PluginBrowser naming conventions for plugin packets: enigma2-plugin-- (category is not yet supported by the GUI) --- lib/python/Screens/Console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Screens/Console.py') diff --git a/lib/python/Screens/Console.py b/lib/python/Screens/Console.py index 17d706f5..dbe2fe9e 100644 --- a/lib/python/Screens/Console.py +++ b/lib/python/Screens/Console.py @@ -33,7 +33,7 @@ class Console(Screen): def startRun(self): self["text"].setText(_("Execution Progress:") + "\n\n") - self.container.execute("ipkg update") + self.container.execute(self.cmdlist[self.run]) def runFinished(self, retval): self.run += 1 -- cgit v1.2.3