From 374c6a93677c5afd0701eba786af97324656bac7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 29 Mar 2022 19:53:04 -0400 Subject: [PATCH] Update gam-install.sh --- src/gam-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index fc59f910..90a2484f 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -223,7 +223,7 @@ trap "rm -rf $temp_archive_dir" EXIT echo_yellow "Downloading file $name from $browser_download_url to $temp_archive_dir ($check_type)..." # Save archive to temp w/o losing our path -(cd "$temp_archive_dir" && curl -O -L $GHCLIENT $browser_download_url) +(cd "$temp_archive_dir" && curl -# -O -L $GHCLIENT $browser_download_url) mkdir -p "$target_dir"