Skip to content

Commit

Permalink
Use same prefix for macOS and Linux
Browse files Browse the repository at this point in the history
lhstrh committed Jan 31, 2025
1 parent 2c5b1d9 commit 93a312e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions install.sh
Original file line number Diff line number Diff line change
@@ -147,11 +147,7 @@ fi

# Use ~/.local default prefix
if [[ -z $prefix ]]; then
if [[ "$os" == "MacOS" ]]; then
prefix=/usr/local
else
prefix=~/.local
fi
prefix=~/.local
fi

# Use /tmp as the default temporary storage

0 comments on commit 93a312e

Please sign in to comment.