1
0
Fork 0
setup-script-py/src/setup/dev/wireshark.py
2022-03-14 13:44:46 +09:00

9 lines
160 B
Python

from src.util import flatpak_install
name = "Wireshark"
def setup():
"""network protocol analyzer GUI"""
flatpak_install("org.wireshark.Wireshark")