drak3hft7 / VPS-Bug-Bounty-Tools

Script that automates the installation of the main tools used for web application penetration testing and Bug Bounty.
144 stars 37 forks source link

./Tools-BugBounty-installer.sh: line 4: $'\r': command not found #1

Open a1k-ghaz1 opened 2 years ago

a1k-ghaz1 commented 2 years ago

bash ./Tools-BugBounty-installer.sh

./Tools-BugBounty-installer.sh: line 4: $'\r': command not found ./Tools-BugBounty-installer.sh: line 319: syntax error: unexpected end of file

Aduuu24 commented 1 year ago

$dos2unix ./Tools-BugBounty-installer.sh $bash ./Tools-BugBounty-installer.sh and you are ready to go

hackersden09 commented 1 year ago

$dos2unix ./Tools-BugBounty-installer.sh $bash ./Tools-BugBounty-installer.sh and you are ready to go

Resolved