forked from ungleich-public/cdist
Merge branch 'filesystem-ubuntu' into 'master'
[filesystem] Add ubuntu as supported distribution. See merge request ungleich-public/cdist!1013
This commit is contained in:
commit
b0e00efe64
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case "$os" in
|
case "$os" in
|
||||||
alpine|centos|fedora|redhat|suse|gentoo)
|
alpine|centos|fedora|gentoo|redhat|suse|ubuntu)
|
||||||
if [ ! -x "$(command -v lsblk)" ]; then
|
if [ ! -x "$(command -v lsblk)" ]; then
|
||||||
echo "lsblk is required for __filesystem type" >&2
|
echo "lsblk is required for __filesystem type" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue