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