Skip to content

Commit

Permalink
Change development repository domain name to github.armbian.com
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 14, 2024
1 parent 0a8a175 commit 0e4f6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sudo bin/armbian-config
Run the following commands in your terminal:

```bash
echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] https://armbian.github.io/configng stable main" | sudo tee /etc/apt/sources.list.d/armbian-development.list > /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 apt update
sudo apt -y install armbian-config
```
Expand Down

0 comments on commit 0e4f6bd

Please sign in to comment.