[filesystem] Add ubuntu as supported distribution.
This commit is contained in:
parent
cb8695cc88
commit
4156fea900
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ else
|
|||
fi
|
||||
|
||||
case "$os" in
|
||||
alpine|centos|fedora|redhat|suse|gentoo)
|
||||
alpine|centos|fedora|gentoo|redhat|suse|ubuntu)
|
||||
if [ ! -x "$(command -v lsblk)" ]; then
|
||||
echo "lsblk is required for __filesystem type" >&2
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue