From 9d62b7f52b7cff0ff60cb90f1503166ed1de124d Mon Sep 17 00:00:00 2001 From: Scott Motte Date: Thu, 13 Jun 2024 18:22:55 -0700 Subject: [PATCH] attempt to remove warnings from github actions installs --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8b06f43..052be84 100755 --- a/install.sh +++ b/install.sh @@ -307,7 +307,7 @@ install_dotenvx() { mkfifo "$pipe" # curl $(progress_bar) --fail -L --proto '=https' -o "$tmpdir/$(filename)" "$(download_url)" curl $(progress_bar) --fail -L --proto '=https' "$(download_url)" > "$pipe" & - sh -c "tar xz --directory $(directory) < '$pipe'" & + sh -c "tar xz --no-overwrite-dir --no-same-permissions --no-same-owner --directory $(directory) < '$pipe'" & wait # 3. decompress to install directory