Skip to content

Commit fba1316

Browse files
feat(disk-performance): fio package requirement
Refs NethServer/dev#7519
1 parent f9d6839 commit fba1316

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ if [[ "${PLATFORM_ID}" == "platform:el9" ]]; then
7878
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
7979
fi
8080
dnf update -y # Fix SELinux issues with basic packages
81-
dnf install -y wireguard-tools podman curl jq openssl firewalld pciutils python3.11
81+
dnf install -y wireguard-tools podman curl jq openssl firewalld pciutils python3.11 fio
8282
systemctl enable --now firewalld
8383
elif [[ "${ID}" == "debian" && "${VERSION_ID}" == "12" ]]; then
8484
apt-get update
8585
apt-get -y install gnupg2
8686
apt-get update
87-
apt-get -y install python3-venv podman wireguard uuid-runtime curl jq openssl psmisc firewalld pciutils wget gettext-base
87+
apt-get -y install python3-venv podman wireguard uuid-runtime curl jq openssl psmisc firewalld pciutils wget gettext-base fio
8888
else
8989
echo "System not supported"
9090
exit 1

0 commit comments

Comments
 (0)