@@ -3,9 +3,11 @@ all: install
clean:
rm -rf gohookr
install:
build:
go mod tidy
go build -o gohookr
install: build
cp gohookr /usr/local/bin/
cp gohookr.service /usr/lib/systemd/system/
cp -n config.json /etc/gohookr.json
The note is not visible to the blocked user.