summaryrefslogtreecommitdiff
path: root/automated/linux/fio-test/fio-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/fio-test/fio-test.sh')
-rwxr-xr-xautomated/linux/fio-test/fio-test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/fio-test/fio-test.sh b/automated/linux/fio-test/fio-test.sh
index 90e7b4a..4a70756 100755
--- a/automated/linux/fio-test/fio-test.sh
+++ b/automated/linux/fio-test/fio-test.sh
@@ -40,11 +40,11 @@ install() {
dist_name
# shellcheck disable=SC2154
case "${dist}" in
- Debian|Ubuntu)
+ debian|ubuntu)
pkgs="fio"
install_deps "${pkgs}" "${SKIP_INSTALL}"
;;
- Fedora|CentOS)
+ fedora|centos)
pkgs="libaio-devel gcc tar wget"
install_deps "${pkgs}" "${SKIP_INSTALL}"
fio_build_install