Skip to content

Commit

Permalink
Fix issue #1732
Browse files Browse the repository at this point in the history
  • Loading branch information
taers232c committed Dec 23, 2024
1 parent a9e28e9 commit d0d5ac7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gam-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,8 @@ echo_yellow "Downloading ${download_url} to $temp_archive_dir ($check_type)..."
(cd "$temp_archive_dir" && curl -O -L -s "${curl_opts[@]}" "$download_url")

mkdir -p "$target_dir"
echo_yellow "Deleting contents of $target_dir/gam7/lib"
rm -frv "$target_dir/gam7/lib"

echo_yellow "Extracting archive to $target_dir"
if [[ "$name" =~ tar.xz|tar.gz|tar ]]; then
Expand Down

0 comments on commit d0d5ac7

Please sign in to comment.