Skip to content

Instantly share code, notes, and snippets.

@capsulecorplab
Last active February 9, 2021 04:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save capsulecorplab/5720e9b9af19fc735c5b1bf2076fdea5 to your computer and use it in GitHub Desktop.
Save capsulecorplab/5720e9b9af19fc735c5b1bf2076fdea5 to your computer and use it in GitHub Desktop.
Cura installer for Linux (64 bit)
#!/usr/bin/env bash
# Cura
if [ ! ~/Ultimaker_Cura-4.8.0.AppImage ]; then
curl -L "https://storage.googleapis.com/software.ultimaker.com/cura/Ultimaker_Cura-4.8.0.AppImage" -o ~/Ultimaker_Cura-4.8.0.AppImage
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment