mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
75ae5ee886
Signed-off-by: Matt Layher <mdlayher@gmail.com>
12 lines
300 B
Makefile
12 lines
300 B
Makefile
.PHONY: all update
|
|
|
|
all:
|
|
tar cf breakglass.tar --dereference sh \
|
|
&& breakglass -debug_tarball_pattern breakglass.tar monitnerr-1
|
|
|
|
update:
|
|
gokr-packer \
|
|
github.com/gokrazy/breakglass \
|
|
github.com/gokrazy/stat/cmd/gokr-webstat \
|
|
github.com/mdlayher/consrv \
|
|
github.com/prometheus/node_exporter
|