Last active
September 6, 2022 23:30
-
-
Save nsticco/80e29958574ad675cf269ab29f8ff861 to your computer and use it in GitHub Desktop.
Ubuntu bootstrap script that calls other scripts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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