Browse Source

Update INSTALL_RHEL9.md

ca-cert-and-multi-ks
Ernest Pietryka 2 years ago
committed by GitHub
parent
commit
3b7e9371cb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      documentation/INSTALL_RHEL9.md

2
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
sudo dnf install -y osbuild-composer composer-cli cockpit-composer git
sudo systemctl enable --now osbuild-composer.socket
sudo systemctl enable --now cockpit.socket
sudo systemctl restart osbuild-composer

Loading…
Cancel
Save