Repository consistency: rename armbian-development to armbian-config.list

This commit is contained in:
Igor
2025-01-20 13:39:58 +01:00
committed by Igor
parent 5074fbcb7b
commit 5bfd0a78ea

View File

@@ -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
```