mirror of
https://github.com/ghndrx/tf-variable-demo.git
synced 2026-02-10 06:54:57 +00:00
4 lines
117 B
Bash
4 lines
117 B
Bash
#!/bin/bash
|
|
sudo apt-get update
|
|
sudo apt-get install -y nginx
|
|
echo "Hello from" $HOSTNAME >> /var/www/html/index.html |