Fix file name
This commit is contained in:
parent
ee045cdf5e
commit
457ec51296
2 changed files with 7 additions and 1 deletions
7
yaourt/export.py
Executable file
7
yaourt/export.py
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
import os, json
|
||||||
|
|
||||||
|
os.system('sudo yaourt -Syau')
|
||||||
|
|
||||||
|
packages = " ".join(json.load(open('packages.json')))
|
||||||
|
print("sudo yaourt -S {} ".format(packages))
|
|
@ -1 +0,0 @@
|
||||||
#!/usr/bin/env python3
|
|
Loading…
Reference in a new issue