We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57120c commit a99c2a3Copy full SHA for a99c2a3
agent/01_agent_requirements.sh
@@ -55,5 +55,7 @@ if [[ "${AGENT_E2E_TEST_BOOT_MODE}" == "ISCSI" ]]; then
55
fi
56
57
if [[ "${AGENT_E2E_TEST_BOOT_MODE}" == "ISO_NO_REGISTRY" ]]; then
58
+ curl -O 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
60
sudo dnf -y install xorriso coreos-installer syslinux skopeo
61
0 commit comments