Add dfi script for auto-provisioning machines

This commit is contained in:
Daniel Flanagan 2023-04-16 02:27:14 -05:00
parent 3911b5fe19
commit 55d3287259
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

4
static/dfi.sh Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
f="$(mktemp)"
curl -o "$f" -LsSf https://git.lyte.dev/lytedev/dotfiles/raw/common/bin/dotfiles-init
exec sh -i "$f"