Install Firefox 94 instead of the latest Nightly

This commit is contained in:
ngosang
2022-07-30 22:21:20 +02:00
parent e505f906ea
commit 3ed7cc713e
6 changed files with 51 additions and 56 deletions

View File

@@ -72,11 +72,11 @@ This is the recommended way for Windows users.
This is the recommended way for macOS users and for developers.
* Install [NodeJS](https://nodejs.org/) 16.
* Clone this repository and open a shell in that path.
* Run `export PUPPETEER_PRODUCT=firefox` (Linux/macOS) or `set PUPPETEER_PRODUCT=firefox` (Windows).
* Run `export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true` (Linux/macOS) or `set PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true` (Windows).
* Run `npm install` command to install FlareSolverr dependencies.
* Run `npm start` command to compile TypeScript code and start FlareSolverr.
If you get errors related to firefox not installed try running `node node_modules/puppeteer/install.js` to install Firefox.
If you get errors related to firefox not installed try running `node install.js` to install Firefox.
### Systemd service