Skip to content

Commit

Permalink
Merge pull request #2660 from oleks/main
Browse files Browse the repository at this point in the history
[docs] Update firefox version to match requirement of firefox-geckodriver
  • Loading branch information
sgoggins authored Jan 2, 2024
2 parents ac3a815 + 286aa0c commit cce213a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting-started/new-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Executable
sudo snap install go --classic && #required: Go Needs to be version 1.19.x or higher. Snap is the package manager that gets you to the right version. Classic enables it to actually be installed at the correct version.
sudo apt install nginx && # required for hosting
sudo add-apt-repository ppa:mozillateam/firefox-next &&
sudo apt install firefox=115.0~b2+build1-0ubuntu0.22.04.1 &&
sudo apt install firefox=121.0~b7+build1-0ubuntu0.22.04.1 &&
sudo apt install firefox-geckodriver
# You will almost certainly need to reboot after this.
Expand Down

0 comments on commit cce213a

Please sign in to comment.