Skip to content

Commit

Permalink
fix: script fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mati007thm committed Feb 9, 2024
1 parent 59f7c40 commit b9d6c54
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
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 update && sudo apt install consul

0 comments on commit b9d6c54

Please sign in to comment.