We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9e654 commit 1ad7f12Copy full SHA for 1ad7f12
README.md
@@ -63,8 +63,8 @@ docker run -v ${PWD}:/app/results --rm spidersel --url https:/www.apple.com --lo
63
git clone https://github.com/Haxxnet/SpiderSel && cd SpiderSel
64
65
# optionally install google-chrome if not available yet
66
-wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
67
-sudo dpkg -i google-chrome-stable_current_amd64.deb
+wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_135.0.7049.114-1_amd64.deb
+sudo dpkg -i google-chrome-stable_135.0.7049.114-1_amd64.deb
68
69
# install python dependencies; optionally use a virtual environment (e.g. virtualenv, pipenv, etc.)
70
pip3 install -r requirements.txt
0 commit comments