From 6475ffa7e0c95efa475e838443b3d007d88b3f98 Mon Sep 17 00:00:00 2001 From: TraceLumen Date: Sat, 19 Sep 2026 21:12:34 +0300 Subject: [PATCH] add local install script --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..1b75e53 --- /dev/null +++ b/install.sh @@ -0,0 +1,6 @@ +#!/bin/sh +LOCAL=true cargo build --release +ssh air rm -rf /pkg/gnu/unitprint/backend-local/bin/backend-local +rsync -avz ./target/release/backend-local air:/pkg/gnu/unitprint/backend-local/bin/ +ssh air pkg run off unitprint/backend-local/s6 +ssh air pkg run set unitprint/backend-local/s6