File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 gstreamer1.0-pulseaudio \
3434 libosmesa6 \
3535 libwebkit2gtk-4.1-0 \
36- libwx-perl \
37- unzip && \
36+ libwx-perl && \
3837 echo "**** install bambu studio from appimage ****" && \
3938 if [ -z ${BAMBUSTUDIO_VERSION+x} ]; then \
4039 BAMBUSTUDIO_VERSION=$(curl -sX GET "https://api.github.com/repos/bambulab/BambuStudio/releases/latest" \
4443 DOWNLOAD_URL=$(curl -sX GET "${RELEASE_URL}" | awk '/browser_download_url.*ubuntu-24.04/{print $4;exit}' FS='[""]' ) && \
4544 cd /tmp && \
4645 curl -o \
47- /tmp/bambu.zip -L \
46+ /tmp/bambu.app -L \
4847 "${DOWNLOAD_URL}" && \
49- unzip bambu.zip && \
50- mv \
51- *.AppImage \
52- bambu.app && \
5348 chmod +x /tmp/bambu.app && \
5449 ./bambu.app --appimage-extract && \
5550 mv squashfs-root /opt/bambustudio && \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ release_tag: latest
88ls_branch : master
99external_artifact_check : |
1010 assets=$(curl -u "${{ '{{' }} secrets.CR_USER {{ '}}' }}:${{ '{{' }} secrets.CR_PAT {{ '}}' }}" -sX GET "https://api.github.com/repos/bambulab/BambuStudio/releases/tags/${EXT_RELEASE}" | jq -r '.assets[].browser_download_url')
11- if grep -q "BambuStudio_ubuntu -24.04" <<< "${assets}"; then
11+ if grep -q "Bambu_Studio_ubuntu -24.04" <<< "${assets}"; then
1212 artifacts_found="true"
1313 else
1414 artifacts_found="false"
You can’t perform that action at this time.
0 commit comments