From a5ed5cc2eccae8fd269f727afb46f23decef247e Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Fri, 20 Jan 2023 01:26:30 +0100 Subject: [PATCH] Podman: Add todo comment to install.sh script Signed-off-by: Michael Mayer --- setup/podman/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/podman/install.sh b/setup/podman/install.sh index a7ed93857..be201c9b7 100755 --- a/setup/podman/install.sh +++ b/setup/podman/install.sh @@ -3,6 +3,7 @@ set -e # Install dependencies. +# TODO: Tested successfully on AlmaLinux 8, but requires changes for RHEL8. echo "Installing dependencies..." sudo dnf upgrade -y sudo dnf install nano make netavark aardvark-dns podman podman-docker -y