From 93a312e4d79c593ebf4a6570aab6cfdaa8c48e6e Mon Sep 17 00:00:00 2001 From: Marten Lohstroh Date: Thu, 30 Jan 2025 21:57:19 -0800 Subject: [PATCH] Use same prefix for macOS and Linux --- install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install.sh b/install.sh index 6979c99..f9dc23c 100644 --- a/install.sh +++ b/install.sh @@ -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