mirror of
https://github.com/armbian/configng.git
synced 2026-01-06 10:37:41 -08:00
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
ENABLED=false
|
|
RELEASE="noble"
|
|
TESTNAME="OpenHab install"
|
|
|
|
function testcase {(
|
|
set -e
|
|
./bin/armbian-config --api module_docker purge
|
|
./bin/armbian-config --api module_openhab purge
|
|
./bin/armbian-config --api module_openhab install
|
|
)}
|