ci: can tci update itself?

This commit is contained in:
əlemi 2024-02-13 22:03:36 +01:00
parent d2801410c3
commit dcc4dda7c9
Signed by: alemi
GPG key ID: A4895B84D311642C

6
.tci Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
echo "building tci"
cargo build --release
echo "installing new version"
cp ./target/release/tci /opt/bin/tci