mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-03 05:01:30 -05:00
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/bin/bash -v
|
|
apt-get update -y
|
|
apt-get install -y nginx > /tmp/nginx.log
|
|
|
|
cd /
|
|
mkdir -p alicloud/go |