You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
1.4 KiB
1.4 KiB
Armbian Config
flowchart LR
A[armbian-config] -----> B["System"];
A[armbian-config] -----> C["Network"];
A[armbian-config] -----> D["Localisation"];
A[armbian-config] -----> E["Software"];
A[armbian-config] -----> F["Help"];
Utility for configuring your board, adjusting services, and installing applications. It comes with Armbian by default.
To start the Armbian configuration utility, use the following command:
armbian-config
Adding a new feature
Please check instructions.
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, ...
wget -qO - https://apt.armbian.com/armbian.key | gpg --dearmor | \
sudo tee /usr/share/keyrings/armbian.gpg > /dev/null
cat << EOF | sudo tee /etc/apt/sources.list.d/armbian-config.sources > /dev/null
Types: deb
URIs: https://github.armbian.com/configng
Suites: stable
Components: main
Signed-By: /usr/share/keyrings/armbian.gpg
EOF
sudo apt update
sudo apt -y install armbian-config