diff --git a/README.md b/README.md index 6b1264b..fae7258 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Connects to host(s) or all Armbian hosts in your subnet and run tests found in t |0005-used-wireless-modules.bash|Display used wireless modules| |0015-strong-stressing.bash|Running heavy stressing for n seconds| |0019-7-zip-benchmark.bash|Run 7Zip benchmark| +|0030-install-armbian-config.bash|Install armbian-config tool| |9999-reboot.bash|Reboot the board| diff --git a/tests/0030-install-armbian-config.bash b/tests/0030-install-armbian-config.bash new file mode 100755 index 0000000..84fa68c --- /dev/null +++ b/tests/0030-install-armbian-config.bash @@ -0,0 +1,6 @@ +#!/bin/bash + +source $SRC/lib/functions.sh + +display_alert "$(basename $BASH_SOURCE)" "$(date +%R:%S)" "info" +sshpass -p ${PASS_ROOT} ssh ${USER_ROOT}@${HOST} "apt -y install armbian-config" | tee -a ${SRC}/logs/${HOST}.log | tee -a ${SRC}/logs/${HOST}.txt