Skip to content

Commit

Permalink
attempt to remove warnings from github actions installs
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Jun 14, 2024
1 parent 7d606e3 commit 9d62b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d62b7f

Please sign in to comment.