File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh -e
22#
33# 2014 Steven Armstrong (steven-cdist at armstrong.cc)
4+ # 2017 Ľubomír Kučera (lubomir.kucera.jr at gmail.com)
5+ # 2018 Kamila Součková (kamila at ksp.sk)
6+ # 2018 Darko Poljak (darko.poljak at gmail.com)
47# 2018 Takashi Yoshi (takashi at yoshi.email)
5- # 2019 Nico Schottelius (nico-cdist at schottelius.org)
8+ # 2016,2017,2019 Nico Schottelius (nico-cdist at schottelius.org)
9+ # 2023,2025 Dennis Camera (dennis.camera at riiengineering.ch)
610#
711# This file is part of skonfig-base.
812#
@@ -26,7 +30,7 @@ os=$(cat "${__global:?}/explorer/os")
2630case ${os}
2731in
2832 # Linux
29- (alpine|redhat|centos|almalinux|eurolinux|rocky|oraclelinux|ubuntu|debian|devuan|archlinux|coreos)
33+ (alpine|redhat|centos|almalinux|eurolinux|rocky|oraclelinux|ubuntu|debian|devuan|archlinux|coreos|dsm )
3034 :
3135 ;;
3236 # BSD
You can’t perform that action at this time.
0 commit comments