Skip to content

Commit

Permalink
Update InstallBuilder download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbc committed Mar 1, 2023
1 parent aef1748 commit d15d67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Download and install VMware InstallBuilder
run: |
set -e
curl -sSL https://installbuilder.com/installbuilder-qt-enterprise-$INSTALLBUILDER_VERSION-linux-x64-installer.run -o installbuilder.run
curl -sSL https://downloads.bitnami.com/files/downloads/installbuilder-qt-enterprise-$INSTALLBUILDER_VERSION-linux-x64-installer.run -o installbuilder.run
chmod a+x installbuilder.run
./installbuilder.run --prefix "$INSTALLBUILDER" --mode unattended
echo "$INSTALLBUILDER_LICENSE" > "${INSTALLBUILDER}/license.xml"
Expand Down

0 comments on commit d15d67c

Please sign in to comment.