Armbian logo
Armbian ConfigNG
CodeFactor

User guide

Quick start

Run the following commands:

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

armbian-configng --dev

If all goes well you should see the Text-Based User Inerface (TUI)

To see a list of all functions and their descriptions, run the following command:

armbian-configng -h

Coding Style

follow the following coding style:

# @description A short description of the function.
#
# @exitcode 0  If successful.
#
# @options A description if there are options.
function group::string() {s
    echo "hello world"
    return 0
}

Codestyle can be used to auto generate

Functions list as of 2023-12-06

network

System and Security

set_wifi.sh

  • Group Name: network
  • Action Name: NMTUI
  • Options: none.
  • Description: Network Manager.

system

Network Wired wireless Bluetooth access point

armbian_install.sh

  • Group Name: system
  • Action Name: Install
  • Options: none
  • Description: Armbian installer.

hello_world.sh

  • Group Name: system
  • Action Name: Hello
  • Options: none
  • Description: Hello System.

see_monitor.sh

  • Group Name: monitor
  • Action Name: Bencharking
  • Options:
  • Description: Armbian Monitor and Bencharking.

Inclueded projects

Languages
Shell 97.7%
Python 2.3%