mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-04-19 06:55:48 -04:00
fixing a punctuation error
This commit is contained in:
parent
e9762ff7f9
commit
299f4d3804
@ -5,6 +5,7 @@ weight: 7
|
||||
layout: subpage
|
||||
---
|
||||
|
||||
__toc__
|
||||
|
||||
### General Accessibility Concepts
|
||||
|
||||
|
@ -43,7 +43,7 @@ _Explanation_: Using the command in Step 2 you will need to run one of the follo
|
||||
- For **ARM**64 based systems run this command:
|
||||
|
||||
<div class="code-snippet">
|
||||
<input aria-label="Add Keys" type="text" readonly value=echo "deb [arch=arm64 signed-by=/usr/share/keyrings/veilid-packages-keyring.gpg] https://packages.veilid.net/apt stable main" | sudo tee /etc/apt/sources.list.d/veilid.list 1>/dev/null'>
|
||||
<input aria-label="Add Keys" type="text" readonly value='echo "deb [arch=arm64 signed-by=/usr/share/keyrings/veilid-packages-keyring.gpg] https://packages.veilid.net/apt stable main" | sudo tee /etc/apt/sources.list.d/veilid.list 1>/dev/null'>
|
||||
<button class="btn btn-secondary"><span>Copy</span></button>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user