mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-04 19:00:13 -05:00
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/bash -v
|
|
apt-get update -y
|
|
apt-get install -y nginx > /tmp/nginx.log
|