diff --git a/static/df.sh b/static/df.sh index 3963d7e..cfdbf7f 100644 --- a/static/df.sh +++ b/static/df.sh @@ -1,2 +1,4 @@ #!/usr/bin/env sh -curl --proto '=https' --tlsv1.2 -LsSf https://git.lyte.dev/lytedev/dotfiles/raw/common/bin/dotfiles-clone-and-setup | sh +f="$(mktemp)" +curl -o "$f" -LsSf https://git.lyte.dev/lytedev/dotfiles/raw/common/bin/dotfiles-clone-and-setup +exec sh -i "$f"