mirror of
https://git.alemi.dev/tci.git
synced 2024-11-12 19:59:19 +01:00
ci: can tci update itself?
This commit is contained in:
parent
d2801410c3
commit
dcc4dda7c9
1 changed files with 6 additions and 0 deletions
6
.tci
Executable file
6
.tci
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "building tci"
|
||||
cargo build --release
|
||||
echo "installing new version"
|
||||
cp ./target/release/tci /opt/bin/tci
|
Loading…
Reference in a new issue