Skip to content

Commit

Permalink
Update install-vitasdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicMastr authored Jan 8, 2022
1 parent ebcfed3 commit 794236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/install-vitasdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ get_download_link () {
wget -qO- https://github.com/vitasdk/vita-headers/raw/master/.travis.d/last_built_toolchain.py | python - $@
}

get_download_link_arm {
get_download_link_arm () {
curl -s https://api.github.com/repos/SonicMastr/autobuilds/releases/latest | awk -F\" '/browser_download_url.*.tar.bz2/{print $(NF-1)}'
}

Expand Down

0 comments on commit 794236f

Please sign in to comment.