opentofu/examples/aws-eip/userdata.sh
Sathiya Shunmugasundaram 6ec6d19add New line
2015-06-09 16:24:05 -04:00

5 lines
76 B
Bash

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