Use debian package to install cura

This commit is contained in:
jalr 2019-04-03 20:17:47 +02:00
parent 600d1e537b
commit 1c3b583d80
3 changed files with 3 additions and 23 deletions

View file

@ -1,16 +1,5 @@
---
- name: install cura
get_url:
url: "https://download.ultimaker.com/current/Cura-{{ fablab.cura.version }}.AppImage"
dest: /opt/cura.AppImage
mode: 775
- name: get cura icon
copy:
src: cura.png
dest: /opt/cura.png
- name: install cura dekstop file
copy:
src: cura.desktop
dest: /usr/share/applications/cura.desktop
apt:
name: cura
state: present