Skip to content

Commit

Permalink
Clean up AppImage files once extracted
Browse files Browse the repository at this point in the history
  • Loading branch information
fang64 committed Nov 17, 2023
1 parent 84097bb commit abf45ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN \
cp /opt/orcaslicer/OrcaSlicer.desktop /usr/share/applications && \
sed -i 's/Exec=AppRun/Exec=\/opt\/orcaslicer\/AppRun/' /usr/share/applications/OrcaSlicer.desktop && \
chmod 755 /usr/share/applications/OrcaSlicer.desktop && \
rm /opt/OrcaSlicer.AppImage && \
echo "**** Install Bambu Studio ****" && \
curl -s -L https://api.github.com/repos/bambulab/BambuStudio/releases/latest | grep -wo "https.*ubuntu.*AppImage" | wget -qi- -O /opt/BambuStudio.AppImage && \
chmod +x /opt/BambuStudio.AppImage && \
Expand All @@ -45,6 +46,7 @@ RUN \
cp /opt/bambustudio/BambuStudio.desktop /usr/share/applications && \
sed -i 's/Exec=AppRun/Exec=\/opt\/bambustudio\/AppRun/' /usr/share/applications/BambuStudio.desktop && \
chmod 755 /usr/share/applications/BambuStudio.desktop && \
rm /opt/BambuStudio.AppImage && \
echo "**** xfce tweaks ****" && \
rm -f \
/etc/xdg/autostart/xscreensaver.desktop && \
Expand Down

0 comments on commit abf45ff

Please sign in to comment.