update shebang in executables
Add link to homebrew in readme
This commit is contained in:
robocopAlpha 2020-08-10 09:31:53 +03:00
parent 03a2c1a3f9
commit 20c267d62e
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
BREWLOCATION=$(command -v brew)
if [ "$?" -ne "0" ]; then
echo "Homebrew/Linux brew installation not detected in your PATH."