diff --git a/install.sh b/install.sh index 9a459a3..ba8faf0 100755 --- a/install.sh +++ b/install.sh @@ -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}"