mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-15 17:50:54 +00:00
53c17e8c8e
Signed-off-by: Matt Layher <mdlayher@gmail.com>
17 lines
384 B
Makefile
17 lines
384 B
Makefile
GOK := sed 's,"HTTPPassword": "","HTTPPassword": "$(GOKRAZY_PASSWORD)",g' config.tmpl.json > config.json && gok -i monitnerr-1 --parent_dir=/home/matt/src/github.com/mdlayher/homelab/gokrazy
|
|
|
|
all:
|
|
|
|
.PHONY: get update overwrite root
|
|
|
|
get:
|
|
${GOK} get --update_all
|
|
|
|
update:
|
|
${GOK} update
|
|
|
|
overwrite:
|
|
${GOK} overwrite --full /dev/sdx
|
|
|
|
root:
|
|
${GOK} overwrite --root /tmp/root.squashfs
|