chore(launcher): add passwd
This commit is contained in:
parent
858285524d
commit
3c56e83ac8
1 changed files with 5 additions and 0 deletions
|
@ -240,6 +240,11 @@ func Run(cmd *cobra.Command, args []string) error {
|
|||
desc: "change your login shell",
|
||||
exec: "chsh",
|
||||
},
|
||||
Program{
|
||||
title: "passwd",
|
||||
desc: "change your password",
|
||||
exec: "passwd",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue