mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 00:06:57 +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" |