Skip to content

Commit

Permalink
align install with XDG spec
Browse files Browse the repository at this point in the history
  • Loading branch information
arockett committed Apr 1, 2024
1 parent 7097d7a commit 20f9cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ case "$filename" in
;;
esac

INSTALL_DIR=$HOME/.sst/bin
INSTALL_DIR=${XDG_BIN_HOME:-$HOME/.local/bin}
mkdir -p "$INSTALL_DIR"

url="https://github.com/sst/ion/releases/latest/download/$filename"
Expand Down

0 comments on commit 20f9cb6

Please sign in to comment.