Install armbian-config

This commit is contained in:
Igor Pecovnik
2020-03-06 21:07:31 +01:00
parent 3eb7284c0f
commit afe31534fd
2 changed files with 7 additions and 0 deletions

View File

@@ -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|

View File

@@ -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