khuedoan-homelab/test/Makefile
2021-02-15 00:10:39 +07:00

13 lines
216 B
Makefile

.POSIX:
run:
multipass list | grep homelab \
|| multipass launch \
--cpus 4 \
--mem 8G \
--disk 64G \
--cloud-init ./multipass-cloud-init.yaml \
--name homelab \
release:20.10
multipass shell homelab