Update meta scripts

This commit is contained in:
Joscha 2025-03-02 17:39:50 +01:00
parent 3109f510fd
commit 972263a9d4
9 changed files with 82 additions and 17 deletions

View file

@ -6,7 +6,13 @@ set_color --bold yellow
echo "###########"
echo "## Build ##"
echo "###########"
set_color
set_color normal
./meta/build-typst-plugin
or return 1
./meta/build-thermal-printer-ui
or return 1
cross build --release \
--package showbits-thermal-printer \
@ -19,7 +25,7 @@ set_color --bold yellow
echo "############"
echo "## Upload ##"
echo "############"
set_color
set_color normal
rsync -vP \
meta/spinch/showbits-thermal-printer.service \
@ -34,7 +40,7 @@ set_color --bold yellow
echo "#############"
echo "## Restart ##"
echo "#############"
set_color
set_color normal
ssh root@spinch "\
systemctl daemon-reload \