diff options
Diffstat (limited to 'myrepo/files')
-rw-r--r-- | myrepo/files/updater.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua index b9946c0..380b521 100644 --- a/myrepo/files/updater.lua +++ b/myrepo/files/updater.lua @@ -10,3 +10,4 @@ Script("myrepo", "http://cynerd.cz/myrepo/" .. board .. ".lua", { }) Install("myrepo") +Package("myrepo", { replan = "finished" }) |