This project is a simple OTA update manager for OSTree. It is designed to be used with the NULIX OS.
docker run --rm -it \
-v ./:/upd8 \
-w /upd8 \
rust:alpine \
sh -c "apk add --no-cache musl-dev pkgconfig ostree-dev && \
cargo install cargo-edit &&
export RUSTFLAGS='-Ctarget-feature=-crt-static' && \
sh"cargo build --releasecargo updatecargo upgradecargo cleanscp target/release/upd8 root@192.168.1.100:~
scp config.yml root@192.168.1.100:/etc/upd8./upd8RUST_LOG=debug ./upd8