Skip to content

Commit 16d6693

Browse files
Donwload and install chrome
1 parent f57120c commit 16d6693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

agent/01_agent_requirements.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,7 @@ if [[ "${AGENT_E2E_TEST_BOOT_MODE}" == "ISCSI" ]]; then
5555
fi
5656

5757
if [[ "${AGENT_E2E_TEST_BOOT_MODE}" == "ISO_NO_REGISTRY" ]]; then
58+
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
59+
sudo dnf install -y ./google-chrome-stable_current_x86_64.rpm
5860
sudo dnf -y install xorriso coreos-installer syslinux skopeo
5961
fi

0 commit comments

Comments
 (0)