From 81f51e7ad7781c82a501d4ab4ecfbeeb233c72be Mon Sep 17 00:00:00 2001 From: Mayank Date: Fri, 10 Jul 2020 11:56:28 +0530 Subject: [PATCH] Added fswatch link --- bin/update/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update/README.md b/bin/update/README.md index 086bc2f..2568f6d 100644 --- a/bin/update/README.md +++ b/bin/update/README.md @@ -38,7 +38,7 @@ How over-the-air updates work on Umbrel. 14. `umbrel-manager` creates a signal file on the mounted host OS volume (`$HOME/statuses/start-updated`) with content `vX.Y.Z`, and returns `200 OK` to the `umbrel-dashboard`. -15. `fswatch`, a file monitoring tool that's continuosly monitoring the `$HOME/statuses/start-update` file notices the change, and immeditaly runs [`$HOME/bin/update/start.sh`](https://github.com/mayankchhabra/umbrel/blob/ota-updates/bin/update/start.sh) as root. +15. [`fswatch`](https://github.com/emcrisostomo/fswatch), a file monitoring tool that's continuosly monitoring the `$HOME/statuses/start-update` file notices the change, and immeditaly runs [`$HOME/bin/update/start.sh`](https://github.com/mayankchhabra/umbrel/blob/ota-updates/bin/update/start.sh) as root. 16. `$HOME/bin/update/start.sh` clones release `vX.Y.Z` from github in `/tmp/umbrel-vX.Y.Z`.