From f406c6252c406aec9c8b02af46bfb45eee2cf3aa Mon Sep 17 00:00:00 2001 From: G <52905881+giga-a@users.noreply.github.com> Date: Sat, 13 Mar 2021 18:16:23 -0800 Subject: [PATCH] [auto-f] fixed installed steps - ref 9ca548ff --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 999fef0..cb29d90 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,10 @@ python3 -m social-analyzer --cli --mode "fast" --username "johndoe" --websites " ```bash # There will be status:good or rate:%100 for existing profiles -sudo add-apt-repository ppa:mozillateam/ppa -sudo apt-get update -sudo apt-get install -y firefox-esr tesseract-ocr git +apt-get update +DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common +add-apt-repository ppa:mozillateam/ppa -y +apt-get install -y firefox-esr tesseract-ocr git nodejs npm git clone https://github.com/qeeqbox/social-analyzer.git cd social-analyzer npm install @@ -101,9 +102,10 @@ npm start # You can also scan all websites using --websites "all" # There will be status:good or rate:%100 for existing profiles -sudo add-apt-repository ppa:mozillateam/ppa -sudo apt-get update -sudo apt-get install -y firefox-esr tesseract-ocr git +apt-get update +DEBIAN_FRONTEND=noninteractive apt-get install -y software-properties-common +add-apt-repository ppa:mozillateam/ppa -y +apt-get install -y firefox-esr tesseract-ocr git nodejs npm git clone https://github.com/qeeqbox/social-analyzer.git cd social-analyzer npm install