diff --git a/.install/groups.sh b/.install/groups.sh index f1d2856..3d147b3 100644 --- a/.install/groups.sh +++ b/.install/groups.sh @@ -18,6 +18,7 @@ CONFIG_GROUPS=( "uucp" "video" "wheel" + "wireshark" ) output::section "Groups" @@ -26,4 +27,4 @@ for group in "${CONFIG_GROUPS[@]}"; do output::log "Adding user to group ${YELLOW}${group}${DEFAULT}" sudo gpasswd -a "${USER}" "${group}" |& output::debug done -output::success "Successfully added user to groups" \ No newline at end of file +output::success "Successfully added user to groups"