mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 07:03:16 -06: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
|
|
|