From 90185f2735d3b09a73e26f93cdc1ce4e06b0768f Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 3 Nov 2021 12:17:44 -0500 Subject: [PATCH] Update dotfiles script --- static/df.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"