* Use --allow-root to avoid gyp error
Without --allow-root, when running on existing installs the terminal streams an endless:
```gyp WARN EACCES user "root" does not have permission to access the dev dir...```
* Add lamassu-update to bin
* Change to --unsafe-perm which is mentioned in npm docs