gomatrixbot/dist/update.sh
2025-05-07 00:06:16 +12:00

7 lines
110 B
Bash
Executable file

#!/bin/bash
cd ~/gomatrixbot
git pull
cd src
go build cmd/gomatrixbot/main.go
systemctl restart gomatrixbot