Skip to content

Instantly share code, notes, and snippets.

@elsie-dev
Created September 25, 2021 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elsie-dev/34a4e47ee02c07a4a3f34bdb3040a21c to your computer and use it in GitHub Desktop.
Save elsie-dev/34a4e47ee02c07a4a3f34bdb3040a21c to your computer and use it in GitHub Desktop.
#!/bin/bash
echo 'Starting Provision: web'$1
sudo apt-get update
sudo apt-get install -y nginx
echo "Machine: web"$1 >> /usr/share/nginx/html/index.html
echo 'Provision web'$1 'complete'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment