We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ddec5 commit e543c95Copy full SHA for e543c95
ee/core/aptget.py
@@ -17,8 +17,8 @@ def update(self):
17
"""
18
try:
19
with open('/var/log/ee/ee.log', 'a') as f:
20
- proc = subprocess.Popen('apt-get update {0}'
21
- .format(all_packages), shell=True,
+ proc = subprocess.Popen('apt-get update',
+ shell=True,
22
stdin=None, stdout=f, stderr=f,
23
executable="/bin/bash")
24
proc.wait()
0 commit comments