fix low frame

This commit is contained in:
Levent Duivel 2024-11-07 18:20:17 +05:00
parent 7d509b3a44
commit 486c150d93
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
rm -rf packages/*
export FINALPACKAGE=1
make clean package
# ssh mostm@denver.lan "rm -rf /home/mostm/projects/repo/data/secure/debs/ru.mostmodest.screendump_*"
scp packages/* mostm@denver.lan:/home/mostm/projects/repo/data/secure/debs/
ssh mostm@denver.lan "bash /home/mostm/projects/repo/data/secure/updaterepo.sh"