From 9389784d185e67ecd2254c52ffb346b7064f08b3 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Wed, 6 Dec 2023 20:45:49 +0100 Subject: [PATCH] Add to readme and change the name of script --- README.md | 9 ++++++++- .../system/{armbian-install.sh => armbian_install.sh} | 0 2 files changed, 8 insertions(+), 1 deletion(-) rename lib/armbian-configng/system/{armbian-install.sh => armbian_install.sh} (100%) diff --git a/README.md b/README.md index f7fb4dc29..69fb59e52 100755 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ function group::string() {s - [CSV](share/armbian-configng/data/armbian-configng.csv) - [HTML](share/armbian-configng/armbian-configng-table.html) - [github.io](//tearran/github.io/armbian-configng/index.html) -## Functions list as of 2023-12-05 +## Functions list as of 2023-12-06 ## network System and Security @@ -56,6 +56,13 @@ System and Security ## 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 diff --git a/lib/armbian-configng/system/armbian-install.sh b/lib/armbian-configng/system/armbian_install.sh similarity index 100% rename from lib/armbian-configng/system/armbian-install.sh rename to lib/armbian-configng/system/armbian_install.sh