Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gbiagomba committed Jan 23, 2024
1 parent f5670ae commit c46f8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [ "$EUID" -ne 0 ]; then
fi

# Checking the operating system & setting bin
if [ $(uname -o) -eq "Darwin" ]; then
if [[ $(uname -o) -eq "Darwin" ]]; then
BIN_INSTALL="$HOME/.sherlock/bin/"
mkdir -p $BIN_INSTALL/
else
Expand Down

0 comments on commit c46f8c8

Please sign in to comment.