opentofu/examples/aws-elb/userdata.sh
Sathiya Shunmugasundaram c183183251 New line
2015-06-09 16:22:02 -04:00

5 lines
76 B
Bash

#!/bin/bash -v
apt-get update -y
apt-get install -y nginx > /tmp/nginx.log