mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
8 lines
236 B
Bash
8 lines
236 B
Bash
echo "Installing Firefox..."
|
|
brew cask install firefox
|
|
|
|
echo "Installing Geckodriver..."
|
|
brew install geckodriver
|
|
|
|
echo "Add GECKOWEBDRIVER to bashrc..."
|
|
echo "export GECKOWEBDRIVER=$(brew --prefix geckodriver)/bin" >> "${HOME}/.bashrc" |