Add CentOS option to SMART dependency install (#15704)

This commit is contained in:
Félix Bouynot
2024-01-10 00:27:16 +01:00
committed by GitHub
parent 1e041eab73
commit f7243f538b

View File

@@ -2607,6 +2607,8 @@ pkg install p5-JSON p5-MIME-Base64 smartmontools
# Debian
apt-get install cpanminus smartmontools
cpanm MIME::Base64 JSON
# CentOS
dnf install smartmontools perl-JSON perl-MIME-Base64
```
3. Make the script executable