This commit is contained in:
2024-11-07 07:45:20 +05:00
parent feda8cc7a1
commit 7d509b3a44
3 changed files with 9 additions and 2 deletions

7
screendump/update_repo.sh Executable file
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"