Skip to content

Commit

Permalink
Fix wrong quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored and Tearran committed Oct 2, 2024
1 parent 09a43de commit f83aad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ We expect to deploy this tool in production with the upcoming release. Your help
Run the following commands in your terminal:

```bash
echo deb [signed-by=/usr/share/keyrings/armbian.gpg] https://armbian.github.io/configng stable main | sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null
echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] https://armbian.github.io/configng stable main" | sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null
sudo apt update
sudo apt install armbian-configng
```
Expand Down

0 comments on commit f83aad7

Please sign in to comment.