Skip to content

Commit

Permalink
Remove comma that shouldn't be there
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Lövdahl <slovdahl@hibox.fi>
  • Loading branch information
slovdahl authored Nov 9, 2024
1 parent de104c4 commit 9078536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Install Envoy with apt</h1>
aria-labelledby="{{ version }}-tab">
<pre><code class="language-bash">
$ wget -O- {{ SITEURL }}/signing.key | sudo gpg --dearmor -o /etc/apt/keyrings/envoy-keyring.gpg
$ echo "deb [arch=$(dpkg --print-architecture), signed-by=/etc/apt/keyrings/envoy-keyring.gpg] {{ SITEURL }} {{ version }} main" | sudo tee /etc/apt/sources.list.d/envoy.list
$ echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/envoy-keyring.gpg] {{ SITEURL }} {{ version }} main" | sudo tee /etc/apt/sources.list.d/envoy.list
$ sudo apt-get update
$ sudo apt-get install envoy
$ envoy --version
Expand Down

0 comments on commit 9078536

Please sign in to comment.