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