Skip to content

Instantly share code, notes, and snippets.

@nsticco
Last active September 6, 2022 23:30
Show Gist options
  • Save nsticco/80e29958574ad675cf269ab29f8ff861 to your computer and use it in GitHub Desktop.
Save nsticco/80e29958574ad675cf269ab29f8ff861 to your computer and use it in GitHub Desktop.
Ubuntu bootstrap script that calls other scripts
# This script runs a series of other Ubuntu bootstrap gist scripts
# DevOps script
bash <(curl -sL https://gist.github.com/nsticco/c417ce3c00a4d88ff2661e3cc60f18d4/raw)
# Docker script
bash <(curl -sL https://gist.github.com/nsticco/10abb16a9a708788406c65e0b71cb170/raw)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment