-

@ Anthony Accioly
2025-05-06 12:19:01
No problem at all. Just open the folder where you cloned Haven, then run the command "git pull" to download the latest master branch version (it may be a bit unstable) or if you want a stable version use something like:
git fetch --tags
git switch --detach v1.0.5 (this is currently 3 months old)
Then "go build" again and restart Haven. If you followed the README and have a systemd service i think kt can be done with a simple:
sudo systemctl restart haven
Let me know if you need any further help.