Skip to content

Commit

Permalink
Add two links to armbian-config
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jan 3, 2025
1 parent ad10290 commit e93362a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/User-Guide_Armbian-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,25 @@ armbian-config
## Adding a new feature

Please check [instructions](/Contribute/Armbian-config/).

## Sources

<https://github.com/armbian/configng>

## Installation on 3rd party Linux OS

This tool is tailored to works best with Armbian Linux but it has also been automatically tested on:

- Debian Bookworm
- Ubuntu Jammy
- Ubuntu Noble

In theory it should work on any systemd APT based Linux distributions such as: Linux Mint, Elementary OS, Kali Linux, MX Linux, Parrot OS, Proxmox, Raspberry Pi OS, ...

~~~
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
~~~

0 comments on commit e93362a

Please sign in to comment.