[type/__dma] Fix SC2154

This commit is contained in:
Dennis Camera 2020-06-01 20:26:52 +02:00
parent 77e8a93daa
commit bf822f3f8c
1 changed files with 3 additions and 1 deletions

View File

@ -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