[filesystem] Add ubuntu as supported distribution.

This commit is contained in:
sparrowhawk 2021-07-28 12:56:39 +02:00
parent cb8695cc88
commit 4156fea900
No known key found for this signature in database
GPG Key ID: 6778C9C29C02D691
1 changed files with 1 additions and 1 deletions

View File

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