Skip to content

Commit

Permalink
Change installdir to /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisStaaf committed Dec 18, 2024
1 parent 1a4e13b commit 257fd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cd "$INSTALL_DIR"
echo "Compiling the project..."
cargo build --release

BIN_PATH="/usr/bin/tsh"
BIN_PATH="/usr/local/bin/tsh"
echo "Installing the executable to $BIN_PATH..."
sudo mv target/release/tsh "$BIN_PATH"

Expand Down

0 comments on commit 257fd55

Please sign in to comment.