opentofu/examples/aws-eip/userdata.sh

5 lines
76 B
Bash
Raw Normal View History

2015-06-09 14:57:17 -05:00
#!/bin/bash -v
apt-get update -y
2015-06-09 15:24:05 -05:00
apt-get install -y nginx > /tmp/nginx.log