From a74c0f2270c39b73a7706617accc255b761398a4 Mon Sep 17 00:00:00 2001 From: Figrol <37486360+Figrol@users.noreply.github.com> Date: Thu, 27 Apr 2023 11:07:15 +0100 Subject: [PATCH] updated README required packages It seems CentOS 8 Stream does not come with tar installed. When trying to run the make deploy for the operator on a fresh minimal (as required) installation of CentOS 8 Stream the process fails missing the command "tar" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0079ad6..88cf6f1 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ sudo reboot Install required packages to deploy AWX Operator and AWX. ```bash -sudo dnf install -y git make curl +sudo dnf install -y git make curl tar ``` ### Install K3s