From 2109b007079471bde40884c5b4f066cc33285975 Mon Sep 17 00:00:00 2001 From: Ernest Pietryka <164904886+ePietry@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:08:23 +0100 Subject: [PATCH] Update INSTALL_RHEL9.md --- documentation/INSTALL_RHEL9.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/INSTALL_RHEL9.md b/documentation/INSTALL_RHEL9.md index 3eba1fa..156ff63 100644 --- a/documentation/INSTALL_RHEL9.md +++ b/documentation/INSTALL_RHEL9.md @@ -182,6 +182,7 @@ rpmbuild -ba $HOME/rpmbuild/SPECS/microshift-manifests.spec Rebuild the Google Chrome RPM ```sh +sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm mkdir $HOME/rpmbuild/VENDOR curl -s -Lo $HOME/rpmbuild/VENDOR/google-chrome-stable_current_x86_64.rpm https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm rpmrebuild -s $HOME/rpmbuild/SPECS/google-chrome-stable.spec -p $HOME/rpmbuild/VENDOR/google-chrome-stable_current_x86_64.rpm