mirror of
https://git.alemi.dev/tci.git
synced 2024-11-12 19:59:19 +01:00
7 lines
122 B
Text
7 lines
122 B
Text
|
#!/bin/bash
|
||
|
|
||
|
echo "building tci"
|
||
|
cargo build --release
|
||
|
echo "installing new version"
|
||
|
cp ./target/release/tci /opt/bin/tci
|