mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 14:02:15 +11:00
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"
This commit is contained in:
parent
db423af822
commit
a74c0f2270
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue