add traceroute
setup script
This commit is contained in:
parent
a820005f94
commit
be4f9acc85
1 changed files with 9 additions and 0 deletions
9
src/setup/apps/traceroute.py
Normal file
9
src/setup/apps/traceroute.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from src.util import paru_install
|
||||
|
||||
name = "traceroute"
|
||||
|
||||
|
||||
def setup():
|
||||
"""packet route tracker"""
|
||||
|
||||
paru_install("traceroute")
|
Loading…
Add table
Add a link
Reference in a new issue