-
Notifications
You must be signed in to change notification settings - Fork 605
Description
Hey all, noticed Aspera was no longer installing via Installomator. Turns out that IBM changed how they label Aspera on their fixes website (_macOS vs the full _macOS_x86_64 in the download link) and it was pulling the last version before the change, which is no longer active.
Suggestion for new Aspera module:
asperaconnect) name="$(curl -fS 'https://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Other%20software&product=ibm/Other+software/IBM+Aspera+Connect' --data-raw 'showStatus=false' | egrep -o "ibm-aspera-connect_[0-9.]+_macOS" | head -n1)" type="pkg" downloadURL="https://d3gcli72yxqn2z.cloudfront.net/downloads/connect/latest/bin/${name}_x86_64.pkg" appNewVersion=$(echo "${name}" | sed -E 's/.*_([0-9.]*)_mac.*/\1/') expectedTeamID="RJ747GSBCT" ;;