This commit is contained in:
Daniel Mason 2025-05-07 00:05:31 +12:00
commit ac641111a6
Signed by: idanoo
GPG key ID: 387387CDBC02F132
34 changed files with 4492 additions and 0 deletions

7
dist/update.sh vendored Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
cd ~/gomatrixbot
git pull
cd src
go build cmd/gomatrixbot/main.go
systemctl restart gomatrixbot