Update systrayUpdater
This commit is contained in:
parent
f44b1daf69
commit
dc9b629382
|
@ -64,7 +64,7 @@ def infos(pkgString):
|
|||
def update():
|
||||
cmd = [ term, opt, 'sudo', 'pacman', '-Syu' ]
|
||||
subprocess.Popen(cmd)
|
||||
clear()
|
||||
count()
|
||||
|
||||
# Create an app surface
|
||||
app = QApplication([])
|
||||
|
|
Loading…
Reference in New Issue