From 286aa0c238607655321e972d26aaed4e077333ce Mon Sep 17 00:00:00 2001 From: Oleks Date: Tue, 5 Dec 2023 10:09:04 +0100 Subject: [PATCH] Update firefox version to match requirement of firefox-geckodriver --- docs/source/getting-started/new-install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started/new-install.rst b/docs/source/getting-started/new-install.rst index 14e276fc51..ba38fb7758 100644 --- a/docs/source/getting-started/new-install.rst +++ b/docs/source/getting-started/new-install.rst @@ -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.