We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbfe73 commit a83bf76Copy full SHA for a83bf76
setupPackages.sh
@@ -98,7 +98,7 @@ sudo udevadm trigger
98
99
100
if (! test -e /usr/local/bin/cura) then
101
- curl -L https://github.com/Ultimaker/Cura/releases/download/5.4.0/UltiMaker-Cura-5.4.0-linux-modern.AppImage -o $SCRIPT/cura
+ curl -L https://github.com/Ultimaker/Cura/releases/download/5.8.1/UltiMaker-Cura-5.8.1-linux-X64.AppImage -o $SCRIPT/cura
102
sudo mv $SCRIPT/cura /usr/local/bin/
103
sudo chmod +x /usr/local/bin/cura
104
fi
0 commit comments