Chrome was installed manually on echo-turbine. Should be automated for full Linux desktop deployments.
Needs:
- Add Google Chrome repo to a
run_once script or the install script
dnf install -y google-chrome-stable
sudo dnf install -y fedora-workstation-repositories
sudo dnf config-manager --set-enabled google-chrome
sudo dnf install -y google-chrome-stable
Gate on a is_desktop or DOTFILES_FULL check so headless/server installs skip it.