summaryrefslogtreecommitdiff
path: root/automated/linux/ltp/ltp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'automated/linux/ltp/ltp.sh')
-rwxr-xr-xautomated/linux/ltp/ltp.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/automated/linux/ltp/ltp.sh b/automated/linux/ltp/ltp.sh
index e015b3d..7788d81 100755
--- a/automated/linux/ltp/ltp.sh
+++ b/automated/linux/ltp/ltp.sh
@@ -92,11 +92,11 @@ else
dist_name
# shellcheck disable=SC2154
case "${dist}" in
- Debian|Ubuntu)
+ debian|ubuntu)
pkgs="xz-utils flex bison build-essential wget curl net-tools"
install_deps "${pkgs}" "${SKIP_INSTALL}"
;;
- CentOS|Fedora)
+ centos|fedora)
pkgs="xz flex bison make automake gcc gcc-c++ kernel-devel wget curl net-tools"
install_deps "${pkgs}" "${SKIP_INSTALL}"
;;