mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +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:
|
||||
pkg_list(args.l)
|
||||
if args.t:
|
||||
s_user(getpass.getuser())
|
||||
pkg_tracking(args.t)
|
||||
if args.n:
|
||||
s_user(getpass.getuser())
|
||||
|
|
Loading…
Reference in a new issue