File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
8383elif [[ " ${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
8888else
8989 echo " System not supported"
9090 exit 1
You can’t perform that action at this time.
0 commit comments