f0cker / crackq

CrackQ: A Python Hashcat cracking queue system
MIT License
922 stars 101 forks source link

Update install.sh - move shebang to first line #18

Closed richroc closed 3 years ago

richroc commented 4 years ago

The shebang (#!/bin/bash) must be the very first line of a shell script in order to be interpreted as such by the Kernel. Having other comments above the shebang can result in errors such as below:

./install.sh: 51: ./install.sh: [[: not found

f0cker commented 4 years ago

Thanks for this, I've got a lot of changes coming soon so I'll merge it when I push those.