Skip to content

Commit

Permalink
scripts: install: Set BINS_DIR default to '/usr/local/bin'
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelNdeCarvalho committed Mar 5, 2024
1 parent 5baf88f commit 433057d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ apply_env () {
INSTALLER_DIR=$( cd "$( dirname "$0" )" >/dev/null 2>&1 && pwd )
INSTALLER_DIST_DIR="$INSTALLER_DIR/dist/."
INSTALL_DIR=${USER_INSTALL_DIR:-/usr/local/share/terrabutler}
BINS_DIR=${USER_BIN_DIR:-/usr/bin}
BINS_DIR=${USER_BIN_DIR:-/usr/local/bin}
BIN_FILE="$BINS_DIR/terrabutler"
}

Expand Down

0 comments on commit 433057d

Please sign in to comment.