2014-02-18 22:14:43 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2014-03-29 03:28:22 +00:00
|
|
|
set -eu
|
|
|
|
set -o pipefail
|
|
|
|
|
2014-02-18 22:14:43 +00:00
|
|
|
# Install any packages in this file that may not be in the base cloud
|
|
|
|
# image but could reasonably be expected
|
|
|
|
|
2014-02-18 22:20:14 +00:00
|
|
|
install-packages which tcpdump traceroute lsof
|