From 3caabb1527ac027b1cf93f2f3e6930fb19ece52b Mon Sep 17 00:00:00 2001 From: Dave Shanley Date: Wed, 20 Jul 2022 05:49:47 -0400 Subject: [PATCH] Fixing install location. Signed-off-by: Dave Shanley --- bin/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install.sh b/bin/install.sh index c23d933b..7ddc7c3b 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -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"