diff --git a/screendump/control b/screendump/control
index bf55962..f8192dc 100644
--- a/screendump/control
+++ b/screendump/control
@@ -8,4 +8,4 @@ Section: Tweaks
Conflicts: ru.mostmodest.screendump.lowframe
Depends: mobilesubstrate, preferenceloader
Icon: file:///Library/PreferenceLoader/Preferences/screendump/ScreenDump@2x.png
-Version: 0.0.5
+Version: 0.0.5.1
diff --git a/screendump/layout/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist b/screendump/layout/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
index 975a98c..98eb973 100644
--- a/screendump/layout/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
+++ b/screendump/layout/Library/LaunchDaemons/ru.mostmodest.screendumpd.plist
@@ -6,7 +6,7 @@
ru.mostmodest.screendumpd
ProgramArguments
- /usr/libexec/screendumpd
+ /var/jb/usr/libexec/screendumpd
RunAtLoad
diff --git a/screendump/update_repo.sh b/screendump/update_repo.sh
new file mode 100755
index 0000000..849306b
--- /dev/null
+++ b/screendump/update_repo.sh
@@ -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"
\ No newline at end of file