install.sh: use /usr/local/bin not /usr/bin

This commit is contained in:
sigil-03 2025-07-07 12:40:03 -06:00
parent 24df544a03
commit 15f0ce57d5

View file

@ -2,7 +2,7 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
BINFILE="${SCRIPT_DIR}/target/release/ent"
INSTALL_DIR="/usr/bin"
INSTALL_DIR="/usr/local/bin"
cargo build --release
echo "copying ent to ${INSTALL_DIR}"