amosproj / amos2022ws01-firmware-scraper

Scape firmware metadata from 18 vendors and download corresponding firmware images. Save in MySQL database for InfoSec research purposes.
MIT License
13 stars 2 forks source link

Shell script - environment checks #146

Closed IceFlovver closed 1 year ago

IceFlovver commented 1 year ago

User story

  1. As a user
  2. I want the Shell script to check whether or necessary environments are available
  3. So that the setup can be completed correctly

Acceptance criteria

Definition of done (DoD)

DoD general criteria

IceFlovver commented 1 year ago

m1k3@ubuntu:~/amos2022ws01-firmware-scraper$ sudo apt install python3

m1k3@ubuntu:~/amos2022ws01-firmware-scraper$ sudo apt install pip

m1k3@ubuntu:~/amos2022ws01-firmware-scraper$ ./install.sh

Checking system requirements

Setting up virtual environment

Installing dependencies...

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

Setup complete!