Skip to content

Commit

Permalink
fix: update linux ubuntu/debian install script (#2639)
Browse files Browse the repository at this point in the history
* fix: update linux ubuntu/debian install script

* revert
  • Loading branch information
LeahMarieBush authored Nov 26, 2024
1 parent 57cf9df commit 212c205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/product-downloads-view/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const generateDefaultPackageManagers = (
label: 'Ubuntu/Debian',
commands: [
`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`,
`echo "deb [arch=$(dpkg --print-architecture) 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 ${productSlug}`,
],
os: 'linux',
Expand Down

0 comments on commit 212c205

Please sign in to comment.