From 5bfd0a78ea1a0ec481883ef7f8a747e97e9fe2ca Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 20 Jan 2025 13:39:58 +0100 Subject: [PATCH] Repository consistency: rename armbian-development to armbian-config.list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95c9e4c4a..fee422d3f 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ armbian-config #### Compatible distributions -Add Armbian repository and install the tool: +Add Armbian key + repository and install the tool: ```bash wget -qO - https://apt.armbian.com/armbian.key | gpg --dearmor | \ sudo tee /usr/share/keyrings/armbian.gpg > /dev/null echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] \ https://github.armbian.com/configng stable main" | \ -sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null +sudo tee /etc/apt/sources.list.d/armbian-config.list > /dev/null sudo apt update sudo apt -y install armbian-config ```