Add Simple Install Script #4

Merged
seb merged 2 commits from 03/install-script into main 2025-07-07 12:44:13 -06:00
Showing only changes of commit 15f0ce57d5 - Show all commits

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}"