Skip to content

Commit

Permalink
Key needs correct file ending to work
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Aug 29, 2023
1 parent 342fc9f commit 5c34f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If you are unable to run nais after installing, check out our [troubleshooting g

1. Add the nais PPA repo:
```
NAIS_GPG_KEY="/etc/apt/keyrings/nav_nais_gar.gpg"
NAIS_GPG_KEY="/etc/apt/keyrings/nav_nais_gar.asc"
curl -sfSL "https://europe-north1-apt.pkg.dev/doc/repo-signing-key.gpg" | sudo dd of="$NAIS_GPG_KEY"
echo "deb [signed-by=$NAIS_GPG_KEY] https://europe-north1-apt.pkg.dev/projects/nais-io nais-ppa main" | sudo tee /etc/apt/sources.list.d/nav_nais_gar.list
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion docs/device/install-tenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
1. Add the nais PPA repo:
```
NAIS_GPG_KEY="/etc/apt/keyrings/nav_nais_gar.gpg"
NAIS_GPG_KEY="/etc/apt/keyrings/nav_nais_gar.asc"
curl -sfSL "https://europe-north1-apt.pkg.dev/doc/repo-signing-key.gpg" | sudo dd of="$NAIS_GPG_KEY"
echo "deb [signed-by=$NAIS_GPG_KEY] https://europe-north1-apt.pkg.dev/projects/nais-io nais-ppa main" | sudo tee /etc/apt/sources.list.d/nav_nais_gar.list
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion docs/device/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
1. [Install Kolide agent](install.md#install-kolide-agent).
2. Add the nais PPA repo:
```
NAIS_GPG_KEY="/etc/apt/keyrings/nav_nais_gar.gpg"
NAIS_GPG_KEY="/etc/apt/keyrings/nav_nais_gar.asc"
curl -sfSL "https://europe-north1-apt.pkg.dev/doc/repo-signing-key.gpg" | sudo dd of="$NAIS_GPG_KEY"
echo "deb [signed-by=$NAIS_GPG_KEY] https://europe-north1-apt.pkg.dev/projects/nais-io nais-ppa main" | sudo tee /etc/apt/sources.list.d/nav_nais_gar.list
sudo apt update
Expand Down

0 comments on commit 5c34f60

Please sign in to comment.