mirror of
https://github.com/armbian/configng.git
synced 2026-01-06 10:37:41 -08:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
ENABLED=true
|
|
RELEASE="noble"
|
|
TESTNAME="Redis install"
|
|
|
|
testcase() {(
|
|
set -e
|
|
./bin/armbian-config --api module_redis remove
|
|
./bin/armbian-config --api module_redis install
|
|
./bin/armbian-config --api module_redis status
|
|
)}
|