2023-12-06 21:09:08 +01:00
2023-12-06 21:09:08 +01:00
2023-12-06 20:34:25 +01:00

Armbian logo
Armbian ConfigNG
CodeFactor

User guide

Quick start

Run the following commands:

sudo apt install git
cd ~/
git clone https://github.com/armbian/configng.git
cd configng
./bin/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:

bash ~/configng/bin/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%