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