diff --git a/include/install-vitasdk.sh b/include/install-vitasdk.sh index 68c2518..e914d94 100755 --- a/include/install-vitasdk.sh +++ b/include/install-vitasdk.sh @@ -27,9 +27,9 @@ install_vitasdk () { sudo chown $USER:$(id -gn $USER) $INSTALLDIR fi if ! [[ "$(uname -m)" =~ ^(armv7l|arm64|aarch64)$ ]]; then - wget -O- "$(get_download_link_arm)" | tar xj -C $INSTALLDIR --strip-components=1 - else wget -O- "$(get_download_link master linux)" | tar xj -C $INSTALLDIR --strip-components=1 + else + wget -O- "$(get_download_link_arm)" | tar xj -C $INSTALLDIR --strip-components=1 fi ;;