Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two links to armbian-config #594

Merged
merged 1 commit into from
Jan 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
~~~
Loading