Skip to content

Commit

Permalink
Update firefox version to match requirement of firefox-geckodriver
Browse files Browse the repository at this point in the history
  • Loading branch information
oleks committed Dec 5, 2023
1 parent bf08907 commit 286aa0c
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 286aa0c

Please sign in to comment.