7 lines
167 B
Plaintext
7 lines
167 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Install any packages in this file that may not be in the base cloud
|
||
|
# image but could reasonably be expected
|
||
|
|
||
|
install-packages which tcpdump traceroute
|