We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5074fbc commit 5bfd0a7Copy full SHA for 5bfd0a7
README.md
@@ -56,14 +56,14 @@ armbian-config
56
57
#### Compatible distributions
58
59
-Add Armbian repository and install the tool:
+Add Armbian key + repository and install the tool:
60
61
```bash
62
wget -qO - https://apt.armbian.com/armbian.key | gpg --dearmor | \
63
sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
64
echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] \
65
https://github.armbian.com/configng stable main" | \
66
-sudo tee /etc/apt/sources.list.d/armbian-development.list > /dev/null
+sudo tee /etc/apt/sources.list.d/armbian-config.list > /dev/null
67
sudo apt update
68
sudo apt -y install armbian-config
69
```
0 commit comments