72ca729c67
Really useful when debugging. Change-Id: I0862ad2b97f5fa061aea592f4a267856ac124f65
7 lines
168 B
Bash
Executable File
7 lines
168 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 lsof
|