install wireshark
This commit is contained in:
parent
4ba50bb251
commit
4d072894ec
2 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@
|
||||||
- codium
|
- codium
|
||||||
- tree
|
- tree
|
||||||
- virtualbox-6.1
|
- virtualbox-6.1
|
||||||
|
- wireshark
|
||||||
# Erlang stuff: https://github.com/asdf-vm/asdf-erlang#before-asdf-install
|
# Erlang stuff: https://github.com/asdf-vm/asdf-erlang#before-asdf-install
|
||||||
- build-essential
|
- build-essential
|
||||||
- autoconf
|
- autoconf
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
email = {{ email }}
|
email = {{ email }}
|
||||||
name = {{ full_name }}
|
name = {{ full_name }}
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = /usr/local/bin/nvim
|
||||||
|
|
Reference in a new issue