From e7fd8da1758a83f7d80982cbc10cdcabedb0862f Mon Sep 17 00:00:00 2001 From: Ernest Pietryka <164904886+ePietry@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:09:31 +0100 Subject: [PATCH] Update INSTALL_RHEL9.md --- documentation/INSTALL_RHEL9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/INSTALL_RHEL9.md b/documentation/INSTALL_RHEL9.md index e77160c..3eba1fa 100644 --- a/documentation/INSTALL_RHEL9.md +++ b/documentation/INSTALL_RHEL9.md @@ -17,7 +17,7 @@ Microshift pre-requisites : ```sh sudo subscription-manager register --username $RHN_LOGIN --auto-attach sudo subscription-manager attach --pool=$RHN_POOL_ID -sudo dnf install -y osbuild-composer composer-cli cockpit-composer git firewalld +sudo dnf install -y osbuild-composer composer-cli cockpit-composer git firewalld python3-toml sudo systemctl enable --now osbuild-composer.socket sudo systemctl enable --now firewalld sudo systemctl enable --now cockpit.socket