문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
linux:hashicorp [2021/04/28 16:53] kwon37xi [Ubuntu / Debian] |
linux:hashicorp [2023/12/16 15:37] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== HashiCorp Linux Repository ====== | ====== HashiCorp Linux Repository ====== | ||
| - | * https:// | + | |
| + | * [[https:// | ||
| + | | ||
| * https:// | * https:// | ||
| ===== Ubuntu / Debian ===== | ===== Ubuntu / Debian ===== | ||
| <code sh> | <code sh> | ||
| - | curl -fsSL https:// | + | wget -qO- https:// |
| - | sudo apt-add-repository "deb [arch=$(dpkg --print-architecture)] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | + | gpg --dearmor | \ |
| - | </code> | + | sudo tee /usr/share/keyrings/hashicorp-archive-keyring.gpg |
| - | * [[https:// | + | # --dearmor 를 안하고 저장할 때는 확장자를 '' |
| + | echo "deb [signed-by=/ | ||
| + | https:// | ||
| + | sudo tee / | ||
| + | | ||
| + | # fingerprint 매치 확인 - E8A0 32E0 94D8 EB4E A189 D270 DA41 8C88 A321 9F7B | ||
| + | gpg --no-default-keyring \ | ||
| + | --keyring / | ||
| + | --fingerprint | ||
| + | </ | ||
| ===== Homebrew tap ===== | ===== Homebrew tap ===== | ||