Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Update dove_download.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1703 authored Aug 2, 2021
1 parent 63a4902 commit 756fc5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dove_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ echo "create link $file_path"
# elif [[ "$OSTYPE" == "darwin"* ]]; then
set -x
if [[ "$OSTYPE" == "linux-gnu"* || "$OSTYPE" == "freebsd"* || "$OSTYPE" == "darwin"* || "$OSTYPE" == "cygwin" ]]; then
ln -sf "$file_path" /usr/local/bin/dove
# ln -sf "$file_path" /usr/local/bin/dove
ln -sf "$file_path" $HOME/.cargo/bin/dove
elif [[ "$OSTYPE" == "msys" || "$OSTYPE" == "win32" ]]; then
mkdir -p "$HOME/.local/bin"
ln -sf "$file_path" "$HOME/.local/bin/dove"
Expand Down

0 comments on commit 756fc5d

Please sign in to comment.