Add setup script

This commit is contained in:
Owen Schwartz 2024-12-26 18:05:23 -05:00
parent 34e3e7c819
commit 37790c850a
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
11 changed files with 556 additions and 1 deletions

8
install/Makefile Normal file
View file

@ -0,0 +1,8 @@
all: build
build:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o installer
clean:
rm installer