Add Simple Install Script #4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
BINFILE="${SCRIPT_DIR}/target/release/ent"
|
BINFILE="${SCRIPT_DIR}/target/release/ent"
|
||||||
INSTALL_DIR="/usr/bin"
|
INSTALL_DIR="/usr/local/bin"
|
||||||
|
|
||||||
cargo build --release
|
cargo build --release
|
||||||
echo "copying ent to ${INSTALL_DIR}"
|
echo "copying ent to ${INSTALL_DIR}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue