mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
add root privileges
This commit is contained in:
parent
4ad07dc1b0
commit
bcbe9f0158
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ def main():
|
||||||
if args.l:
|
if args.l:
|
||||||
pkg_list(args.l)
|
pkg_list(args.l)
|
||||||
if args.t:
|
if args.t:
|
||||||
|
s_user(getpass.getuser())
|
||||||
pkg_tracking(args.t)
|
pkg_tracking(args.t)
|
||||||
if args.n:
|
if args.n:
|
||||||
s_user(getpass.getuser())
|
s_user(getpass.getuser())
|
||||||
|
|
Loading…
Add table
Reference in a new issue