Updating MineOS web-ui with NodeJS

Is this still the best way to update Web-UI?
First, stop Web-UI from running. Then…

cd /usr/games/minecraft
sudo git fetch
sudo git reset --hard origin/master
sudo npm install --all

I am getting the following…

npm WARN package.json daemonize2@0.4.2 No repository field.

At this moment, yes, you can keep up with this way of updating; it’s the best I have so far.

The warning is of no consequence, it just means that the author of that module left an unimportant field out in the package.json.