Last active
April 1, 2026 13:13
-
-
Save sbOogway/90c39d42a3439c9764e6f289201f0667 to your computer and use it in GitHub Desktop.
install hashicorp repo and nomad
This file contains hidden or 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
| sudo apt-get update && \ | |
| sudo apt-get install wget gpg coreutils | |
| wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg | |
| echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list | |
| sudo apt-get update && sudo apt-get install nomad |
Author
Author
curl -LsSf https://gist.github.com/sbOogway/90c39d42a3439c9764e6f289201f0667/raw/f060652ff8d5b28149d9eeaaf5037cd5d32adedd/hashicorp.bash | bash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -LsSf https://gist.github.com/sbOogway/90c39d42a3439c9764e6f289201f0667/raw/f060652ff8d5b28149d9eeaaf5037cd5d32adedd/hashicorp.bash | bash