Skip to content

Commit

Permalink
installer: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Nov 9, 2024
1 parent 6b1d720 commit 7f055cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ chmod +x /tmp/hemtt-installer/hemtt

binaryLocation="$HOME/.local/bin"
if [ "$(uname -s)" == "Darwin" ]; then
binaryLocation="$home/bin"
binaryLocation="$HOME/bin"
fi
mkdir -p "$binaryLocation"

Expand All @@ -69,8 +69,8 @@ fi
if [ -w "$binaryLocation" ]; then
mv /tmp/hemtt-installer/hemtt "$binaryLocation"
else
echo "The installer was unable to move the binary to $binaryLocation."
echo "The installer was unable to move the binary to $binaryLocation"
exit 1
fi

echo "Installation complete. You can run HEMTT using 'hemtt'."
echo "Installation complete. You can run HEMTT using 'hemtt'"

0 comments on commit 7f055cd

Please sign in to comment.