mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-18 18:29:44 -05:00
4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/bash -v
|
|
apt-get update -y
|
|
apt-get install -y nginx > /tmp/nginx.log
|
|
|