5ae9c5d24c
Useful for debugging, etc. Change-Id: Ia06f8d7a76de2f082bea09c57fbb8150c9706afc
7 lines
163 B
Bash
Executable File
7 lines
163 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Install any packages in this file that may not be in the fedora
|
|
# image but could reasonably be expected
|
|
|
|
install-packages which tcpdump traceroute
|