ultrasecurity / DarkSide

Tool Information Gathering & social engineering Write By [Python,JS,PHP]
484 stars 139 forks source link

modify install.sh file to account for requirments.txt #7

Open Pyreaus opened 3 years ago

Pyreaus commented 3 years ago

Hello, requirements.txt has been misspelled as requirments.txt but in your install.sh script you've spelled it as 'requirements.txt', resulting in the following error:

E: Invalid operation neofetch Reading package lists... Done Building dependency tree... Done Reading state information... Done python3 is already the newest version (3.9.1-1). 0 upgraded, 0 newly installed, 0 to remove and 81 not upgraded. WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Installed!

but aside from that, you're doing brilliant work with ### DarkSide.

shadowdevnotreal commented 2 years ago

Good catch, that fixed my issue with error. Thank you!