Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alextrical committed Dec 8, 2023
1 parent 8a6c832 commit 02b9238
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/scripts/orcaslicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ curl -s https://api.github.com/repos/SoftFever/OrcaSlicer/releases/latest \
| grep "browser_download_url.*AppImage" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget -nc -O /usr/share/appimages/OrcaSlicer/OrcaSlicer.AppImage -qi -
| wget -nc -O /usr/share/appimages/OrcaSlicer.AppImage -qi -

#Make executable
chmod +x /usr/share/appimages/OrcaSlicer/OrcaSlicer.AppImage
chmod +x /usr/share/appimages/OrcaSlicer.AppImage

#Extract and move to Usr folder
(cd /tmp/OrcaSlicer && /usr/share/appimages/OrcaSlicer/OrcaSlicer.AppImage --appimage-extract)
(cd /tmp/OrcaSlicer && /usr/share/appimages/OrcaSlicer.AppImage --appimage-extract)
# yes | cp -rf /tmp/OrcaSlicer/squashfs-root/usr/share/* /usr/share
# yes | cp -rf /tmp/OrcaSlicer/squashfs-root/bin/* /usr/bin
# yes | cp -rf /tmp/OrcaSlicer/squashfs-root/resources/* /usr/resources
Expand Down

0 comments on commit 02b9238

Please sign in to comment.