From cfbe5d7af84a082909828531d34a2d5201710605 Mon Sep 17 00:00:00 2001 From: piair338 <74496300+piair338@users.noreply.github.com> Date: Sat, 11 Feb 2023 22:55:23 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 297f55b..85fd72b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You should limit to 6 account per IP, and DON'T USE outlook account, they are ba installation recommandation : ``` -sudo apt-get install xdg-utils libdbus-glib-1-2 -y +sudo apt-get install xdg-utils libdbus-glib-1-2 bzip2 wfrench -y curl -sSLO https://download-installer.cdn.mozilla.net/pub/firefox/releases/91.9.1esr/linux-x86_64/en-US/firefox-91.9.1esr.tar.bz2 tar -xjf firefox-91.9.1esr.tar.bz2 @@ -44,4 +44,7 @@ sudo ln -s /opt/firefox/firefox /usr/bin/firefox curl -sSLO https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz tar zxf geckodriver-v0.31.0-linux64.tar.gz sudo mv geckodriver /usr/bin/ + +rm geckodriver-v0.31.0-linux64.tar.gz +rm firefox-91.9.1esr.tar.bz2 ```