mirror of
https://github.com/armbian/autotests.git
synced 2026-01-06 10:31:09 -08:00
Install armbian-config
This commit is contained in:
@@ -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|
|
||||
|
||||
|
||||
|
||||
6
tests/0030-install-armbian-config.bash
Executable file
6
tests/0030-install-armbian-config.bash
Executable 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
|
||||
Reference in New Issue
Block a user