user new cura (AppImage)

This commit is contained in:
Simon Bruder 2018-04-01 15:58:07 +00:00 committed by jalr
parent 2bc4d064b3
commit 44d7e19960
4 changed files with 26 additions and 4 deletions

View file

@ -1,5 +1,16 @@
---
- name: install cura (OOOOLD!)
apt:
deb: "https://software.ultimaker.com/current/Cura-2.3.1-Linux.deb"
state: present
- name: install cura
get_url:
url: "http://software.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