Initial commit

This commit is contained in:
Mousen
2025-04-20 06:45:03 +05:00
commit 9757a0c623
342 changed files with 115943 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
rm -rf packages/*
export FINALPACKAGE=1
make clean package
#ssh work-unpcloud "rm -rf /root/repo/secure/debs/com.mousen.screendump.lowframe_*"
scp packages/* work-unpcloud:/root/repo/data/secure/debs/
ssh work-unpcloud "bash /root/repo/data/secure/updaterepo.sh"