ultrasecurity / Storm-Breaker

Social engineering tool [Access Webcam & Microphone & Location Finder] With {Py,JS,PHP}
https://ultraamooz.com
3.05k stars 1.15k forks source link

Updated install.sh regarding requirements.txt error #314

Open atharva39 opened 5 months ago

atharva39 commented 5 months ago

I removed the "--break-system-packages" flag from line 177 in install.sh. After some testing and consideration, it seems this flag might be causing unintended interference with system packages during the installation process. By removing it, we aim to ensure a smoother installation experience for users without risking disruptions to their system packages. The "--break-system-packages" flag is powerful, but it might be a bit too aggressive for our use case. This change is geared towards enhancing compatibility and minimizing potential conflicts, making the installation process more user-friendly.

Check issue #305 for more details about the error.

TheHackerClown commented 1 week ago

@atharva39 the main issue was the ./ in [ ..... -r ./requirements.txt ] part of the statement.

341 please refer this.