forked from ungleich-public/cdist-contrib
[type/__dma] Fix SC2154
This commit is contained in:
parent
77e8a93daa
commit
bf822f3f8c
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
os=$(cat "${__global}/explorer/os")
|
||||
|
||||
# Install DMA
|
||||
case $(cat "${__global}/explorer/os")
|
||||
case $os
|
||||
in
|
||||
(debian|devuan|ubuntu)
|
||||
__package dma --state present
|
||||
|
|
Loading…
Reference in a new issue