Skip to content

Commit

Permalink
Fixing install location.
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Shanley <dave@quobix.com>
  • Loading branch information
daveshanley committed Jul 20, 2022
1 parent 56624d7 commit 3caabb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e
# Designed for quick installs over the network and CI/CD
# sh -c "$(curl -sSL https://github.com/daveshanley/vacuum/blob/main/bin/install.sh)"

INSTALL_DIR=${INSTALL_DIR:-"/tmp/hack"}
INSTALL_DIR=${INSTALL_DIR:-"/usr/local/bin"}
BINARY_NAME=${BINARY_NAME:-"vacuum"}

REPO_NAME="daveshanley/vacuum"
Expand Down

0 comments on commit 3caabb1

Please sign in to comment.