From f83aad7a38aa6b33dba160f4ebbab320b099ca05 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 1 Oct 2024 16:45:39 +0200 Subject: [PATCH] Fix wrong quotation marks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eac15db1..096aa561 100644 --- a/README.md +++ b/README.md @@ -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 ```