Skip to content

Commit

Permalink
OpenSCAD arm64: use official arm64 appimage to fix segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Feb 17, 2024
1 parent 668cb89 commit f2648b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/OpenSCAD/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

enable_module fuse || exit 1

wget 'https://github.com/koendv/openscad-raspberrypi/releases/download/v1.7/OpenSCAD-2021.09.13-aarch64.AppImage' -O /tmp/OpenSCAD.AppImage || error "Failed to download appimage!"
wget 'https://files.openscad.org/OpenSCAD-2021.01-aarch64.AppImage' -O /tmp/OpenSCAD.AppImage || error "Failed to download appimage!"
sudo mv /tmp/OpenSCAD.AppImage /opt/OpenSCAD.AppImage
sudo chmod +x /opt/OpenSCAD.AppImage || error "Failed to mark as executable!"

Expand Down

0 comments on commit f2648b4

Please sign in to comment.