Skip to content

Commit 5bfd0a7

Browse files
committed
Repository consistency: rename armbian-development to armbian-config.list
1 parent 5074fbc commit 5bfd0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ armbian-config
5656

5757
#### Compatible distributions
5858

59-
Add Armbian repository and install the tool:
59+
Add Armbian key + repository and install the tool:
6060

6161
```bash
6262
wget -qO - https://apt.armbian.com/armbian.key | gpg --dearmor | \
6363
sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
6464
echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] \
6565
https://github.armbian.com/configng stable main" | \
66-
sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null
66+
sudo tee /etc/apt/sources.list.d/armbian-config.list > /dev/null
6767
sudo apt update
6868
sudo apt -y install armbian-config
6969
```

0 commit comments

Comments
 (0)