mirror of
https://github.com/armbian/configng.git
synced 2026-01-06 10:37:41 -08:00
Repository consistency: rename armbian-development to armbian-config.list
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user