Add dfi script for auto-provisioning machines
This commit is contained in:
parent
3911b5fe19
commit
55d3287259
1 changed files with 4 additions and 0 deletions
4
static/dfi.sh
Normal file
4
static/dfi.sh
Normal 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"
|
Loading…
Reference in a new issue