Skip to content

Instantly share code, notes, and snippets.

@nmagee
Created September 24, 2020 14:58
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 nmagee/b2e140950f7748872939618f6432b950 to your computer and use it in GitHub Desktop.
Save nmagee/b2e140950f7748872939618f6432b950 to your computer and use it in GitHub Desktop.
Fetches a remote shell script to execute for bootstrapping
#!/bin/bash
curl -O https://gist.githubusercontent.com/nmagee/5636d0355d48998f91502dd811a7401c/raw/6833433672715308fff57f86792d1246ba5fe677/apache2-bootstrap.sh
/bin/bash apache2-bootstrap.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment