Add wireshark group
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
68d3aeebc7
commit
7d1c8ee4bd
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ CONFIG_GROUPS=(
|
||||||
"uucp"
|
"uucp"
|
||||||
"video"
|
"video"
|
||||||
"wheel"
|
"wheel"
|
||||||
|
"wireshark"
|
||||||
)
|
)
|
||||||
|
|
||||||
output::section "Groups"
|
output::section "Groups"
|
||||||
|
@ -26,4 +27,4 @@ for group in "${CONFIG_GROUPS[@]}"; do
|
||||||
output::log "Adding user to group ${YELLOW}${group}${DEFAULT}"
|
output::log "Adding user to group ${YELLOW}${group}${DEFAULT}"
|
||||||
sudo gpasswd -a "${USER}" "${group}" |& output::debug
|
sudo gpasswd -a "${USER}" "${group}" |& output::debug
|
||||||
done
|
done
|
||||||
output::success "Successfully added user to groups"
|
output::success "Successfully added user to groups"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue