armbian / configng

Next generation bash based configuration API
21 stars 13 forks source link

Armbian Config NG Logo
Armbian Config: The Next Generation

GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status

Note: Some references may still use the old name during the transition period.

armbian-config provides configuration scripts for customizing and automating tasks within Armbian environments. These scripts help streamline setup processes for various configurations and use cases.

Features

Compatibility

This tool is tailored to works best with Armbian Linux but it has also been automatically tested on Debian Bookworm, Ubuntu Jammy and Ubuntu Noble. In theory it should work on all apt based Linux distributions.

Key Advantages

Getting Started

We expect to deploy this tool in production with the upcoming release. Your help with testing and completion is invaluable!

Clone and run

Run the following commands in your terminal:

git clone https://github.com/armbian/configng
cd configng
tools/config-assemble.sh -p # Use -t for testing
sudo bin/armbian-config

Install from Development Repository

Run the following commands in your terminal:

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
sudo apt update
sudo apt -y install armbian-config

Contributing

Contributions are welcome! Please refer to CONTRIBUTING.md for guidelines.

Support Us

Join the community and be a part of Armbian userspace testing and development.