mirror of
https://github.com/dchakro/brewlog.git
synced 2026-05-17 10:12:16 -07:00
Updates
update shebang in executables Add link to homebrew in readme
This commit is contained in:
parent
03a2c1a3f9
commit
20c267d62e
3 changed files with 4 additions and 4 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue