We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10c488 commit 080f343Copy full SHA for 080f343
INSTALL
@@ -10,6 +10,7 @@ INSTALL_PATH=$(command -v "$BINARY_NAME" 2>/dev/null || true)
10
if [ -n "$INSTALL_PATH" ]; then
11
# Binary already exists, replace it where it is
12
TARGET_DIR=$(dirname "$INSTALL_PATH")
13
+ echo "Previous install found $TARGET_DIR. Replacing..."
14
else
15
# Binary not found, check if $HOME/bin or $HOME/.local/bin is in the PATH
16
if [[ ":$PATH:" == *":$HOME/bin:"* ]]; then
0 commit comments