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