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
|