Fix wrong pacman error
This commit is contained in:
parent
fd398eeaf9
commit
b621eebbc8
2
bin/pug2
2
bin/pug2
@ -78,7 +78,7 @@ if __name__ == "__main__":
|
|||||||
filename = args.filename
|
filename = args.filename
|
||||||
|
|
||||||
# Run process that lists packages
|
# Run process that lists packages
|
||||||
packages = subprocess.run([PACMAN_CMD, "-Qqem"], capture_output=True).stdout
|
packages = subprocess.run([PACMAN_CMD, "-Qqen"], capture_output=True).stdout
|
||||||
|
|
||||||
# Write package list to file and perform upload
|
# Write package list to file and perform upload
|
||||||
with tempfile.NamedTemporaryFile() as tmpfile:
|
with tempfile.NamedTemporaryFile() as tmpfile:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user