Last active
February 9, 2021 04:06
-
-
Save capsulecorplab/5720e9b9af19fc735c5b1bf2076fdea5 to your computer and use it in GitHub Desktop.
Cura installer for Linux (64 bit)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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